Various makefile corrections,
Minor beatifications. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1772,7 +1772,7 @@ static void ShowBitmap(const wxBitmap& bitmap)
|
||||
frame->SetStatusText(wxString::Format(_T("%dx%d"), w, h));
|
||||
|
||||
frame->SetClientSize(w > 100 ? 100 : w, h > 100 ? 100 : h);
|
||||
frame->Show();
|
||||
frame->Show(TRUE);
|
||||
}
|
||||
|
||||
#ifdef USE_METAFILES
|
||||
|
Reference in New Issue
Block a user