wxStaticBoxSizer XRC bug

Jason Dolan jason.t.dolan at gmail.com
Wed Jan 2 12:33:52 PST 2008


Hey guys,

I think this is known, but yet it has not been resolved...

If you create a wxStaticBoxSizer in an XRC and set some font
attributes to the static text label, those font attributes don't get
loaded when you load the XRC in your program.

What I've been doing to get around this is just setting the font
attributes in my program once the XRC gets loaded.  But that is a pain
in the butt because I like to keep the layout and implementation
completely separate.

I've looked into xh_sizer.cpp to see if it would be an easy fix so
that I could submit a patch, but I don't know the internals of
wxWidgets very well.






More information about the wx-users mailing list