GNOME Bugzilla – Bug 698682
GtkSpinButton: don't constantly recreate style contexts for buttons
Last modified: 2013-04-24 01:25:38 UTC
Cache the style contexts for the up and down panels, instead of recreating them each time they are drawn or size requested. GtkSpinButtons were many times slower to draw than other widgets because of the constant style matching.
Created attachment 242271 [details] [review] GtkSpinButton: don't constantly recreate style contexts for buttons
Comment on attachment 242271 [details] [review] GtkSpinButton: don't constantly recreate style contexts for buttons looks good.
this was pushed