GNOME Bugzilla – Bug 728808
W32: Checkboxes on modelbuttons are drawn like buttons themselves
Last modified: 2014-04-24 03:42:04 UTC
I guess this is because modelbuttons propagate styles to their children in a different way.
Created attachment 274966 [details] [review] W32: Add a set of "focused" styles to checkmarks This prevents checkmarks in modelbuttons from being styled as buttons (apparently, modelbuttons apply "focused" to their children, unlike normal buttons).
Created attachment 274967 [details] Before: checkmark is drawn as if it were a button
Created attachment 274968 [details] After: checkmark is drawn normally
Review of attachment 274966 [details] [review]: ok
Attachment 274966 [details] pushed as 1bcd7c4 - W32: Add a set of "focused" styles to checkmarks