Code: Select all
Led::Led(wxWindow *parent, wxWindowID id, wxPoint Position, int Size, char color)
: wxWindow(parent, id, Position, wxSize(Size,Size), wxTRANSPARENT_WINDOW )
Code: Select all
Led::Led(wxWindow *parent, wxWindowID id, wxPoint Position, int Size, char color)
: wxWindow(parent, id, Position, wxSize(Size,Size), wxTRANSPARENT_WINDOW )
Code: Select all
bool isRepeat = (keyevent.GetRawKeyFlags() & 0x40000000) != 0;
It's horrible indeed. Please remove *all* Fit() and Layout() calls. What happens on the "broken" page when you resize the frame manually?The code is a little bit verbose because it comes from wxFormBuilder...
I think Vadim gave you a pretty clear answer. And in case you don't know him, he's the main wxWidgets maintainer. His word has weight.i'm still waiting for a reply about the questions i wrote here about the wxStopWatch class members.