Correction to position of rotated text.
Apps no longer give warnings if only a dialog pops up (top level windows == 0) before main loop. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -643,9 +643,6 @@ void MyFrame::OnQuit (wxCommandEvent& WXUNUSED(event) )
|
||||
|
||||
void MyFrame::OnAbout( wxCommandEvent& WXUNUSED(event) )
|
||||
{
|
||||
SetSize(40, 40, 200, 200);
|
||||
return;
|
||||
|
||||
wxBeginBusyCursor();
|
||||
|
||||
wxMessageDialog dialog(this,
|
||||
|
Reference in New Issue
Block a user