From: Eric K. <eri...@gm...> - 2008-03-15 23:05:19
|
Yay! This one has been around for some time. I'm glad to know now why it was broken. See https://sourceforge.net/tracker/index.php?func=detail&aid=1549363&group_id=73133&atid=536845 Sat Mar 15 22:57:22 GMT 2008 Eric Kow <eri...@gm...> * Push wxStaticBox generated by boxed combinator to bottom (fixes bug 1549363). The wxWidgets documentation says: "[T]he order in which you create new controls is important. Create your wxStaticBox control before any siblings that are to appear inside the wxStaticBox in order to preserve the correct Z-Order of controls." http://www.wxwidgets.org/manuals/2.6.3/wx_wxstaticbox.html Basically, the wxStaticBox created by 'boxed' was covering up the widgets it was supposed to contain. Sat Mar 15 23:02:25 GMT 2008 Eric Kow <eri...@gm...> * Make BoxedCombinator test fancier and move it out of bugs. |