gammasoft71/Examples_wxWidgets

HelloWorldPaint not showing the expected text

HZine opened this issue · 1 comments

HZine commented

HelloWorldPaint not showing the expected text draw as it is hidden by the panel, commenting out the panel will make the text "the drawing " shows directly on the wxFrame (I tested it using Visual Studio 2019).

private:
//wxPanel* panel = new wxPanel(this);

HZine commented

I submitted the issue as tracking and helping people to figure out why the text is not showing.