mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-16 23:25:03 +00:00
4953a3a830
Radio buttons and checkbuttons on form not rendering. The problem was that the parent widget was rendering on top of them, because they are windowless. The fix is to wrap the radio/check buttons in an event box to give them a window. Not the most effecient solution, but will do for now until the devil is exorcised from the event system.