GNOME Bugzilla – Bug 561816
Optimize gtk_paned_set_position notifications
Last modified: 2010-01-29 15:44:50 UTC
gtk_paned_set_position should not fire off notifications and queue resizes if nothing changes, i.e., if the new and old positions agree.
Created attachment 152572 [details] [review] Do not update position if it's already at the given value
Comment on attachment 152572 [details] [review] Do not update position if it's already at the given value Looks fine to me.
Pushed to master.