[Gtkradiant] [Bug 866] Camera plugin inspector dialog broken.

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Mon, 29 Sep 2003 06:14:30 -0500


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=866





------- Additional Comments From wjoseph@europe.ea.com  2003-09-29 06:14 -------
I had this problem with the main radiant window. The event handling in gtk2 has 
changed - event callbacks that return TRUE will intercept the event and stop it 
from propagating to other objects. Check for something intercepting 
the "expose" or "map" events. If the widgets don't get an "expose" they will 
not be drawn.