forked from AuroraMiddleware/gtk
label: Don't update cursor after unsetting select_info
update_cursor() doesn't do anything in the priv->select_info == NULL case.
This commit is contained in:
parent
d8b0a78c1e
commit
3f3c8436c5
@ -5146,7 +5146,6 @@ gtk_label_set_selectable (GtkLabel *label,
|
||||
|
||||
priv->select_info->selectable = FALSE;
|
||||
gtk_label_clear_select_info (label);
|
||||
gtk_label_update_cursor (label);
|
||||
}
|
||||
}
|
||||
if (setting != old_setting)
|
||||
|
Loading…
Reference in New Issue
Block a user