projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b48422d
)
paned: Remove outdated comment
author
Timm Bäder
<mail@baedert.org>
Sat, 14 Apr 2018 09:49:57 +0000
(11:49 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sat, 14 Apr 2018 10:50:17 +0000
(12:50 +0200)
The cursor is not updated in state_flags_changed these days.
gtk/gtkpaned.c
patch
|
blob
|
history
diff --git
a/gtk/gtkpaned.c
b/gtk/gtkpaned.c
index 97ea15593b2191ff5c71c968ac91fb205943af0c..2331e9441260c8215f142895d356bc43a692aca0 100644
(file)
--- a/
gtk/gtkpaned.c
+++ b/
gtk/gtkpaned.c
@@
-842,7
+842,6
@@
gtk_paned_set_property (GObject *object,
gtk_gesture_pan_set_orientation (GTK_GESTURE_PAN (priv->pan_gesture),
GTK_ORIENTATION_VERTICAL);
- /* state_flags_changed updates the cursor */
gtk_widget_queue_resize (GTK_WIDGET (paned));
g_object_notify_by_pspec (object, pspec);
}