I'm creating a wx.Frame with sizers in it, but it has ugly borders
that disappear on first resize. How do I solve it?
Thanks,
Ram.
I'm creating a wx.Frame with sizers in it, but it has ugly borders
that disappear on first resize. How do I solve it?
Thanks,
Ram.
Call .Layout() on whatever is the parent of the items being resized, likely
a wxPanel (good form) or a wxFrame (bad form).
Che
On Mon, Jun 22, 2009 at 5:07 PM, cool-RR ram.rachum@gmail.com wrote:
I’m creating a wx.Frame with sizers in it, but it has ugly borders
that disappear on first resize. How do I solve it?