GNOME Bugzilla – Bug 644276
paned: don't set the "pane-separator" style class to all the container
Last modified: 2011-03-13 01:37:26 UTC
There's a bug in GtkPaned, where it sets its "pane-separator" style class to the whole container, propagating colors to children. It should only set the class when rendering the handle.
Created attachment 182923 [details] [review] paned: don't set the "pane-separator" style class to all the container Otherwise children inherit color properties specified for the pane separator itself.
Comment on attachment 182923 [details] [review] paned: don't set the "pane-separator" style class to all the container Oh, very good observation, pane-separator isn't meant to affect children :)