forked from AuroraMiddleware/gtk
paned: Remove outdated comment
The cursor is not updated in state_flags_changed these days.
This commit is contained in:
parent
b48422d423
commit
1195bb3872
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user