projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8b0a78
)
label: Don't update cursor after unsetting select_info
author
Timm Bäder
<mail@baedert.org>
Thu, 26 Sep 2019 03:36:49 +0000
(
05:36
+0200)
committer
Timm Bäder
<mail@baedert.org>
Wed, 9 Oct 2019 14:57:21 +0000
(16:57 +0200)
update_cursor() doesn't do anything in the priv->select_info == NULL
case.
gtk/gtklabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtklabel.c
b/gtk/gtklabel.c
index ebd5e2587df9225bf50fdd7675928477e101f309..566a8e7ef73178d277d09f1e37ef4ef5198b2e60 100644
(file)
--- a/
gtk/gtklabel.c
+++ b/
gtk/gtklabel.c
@@
-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)