Ensure that wxTestableFrame is shown on the (main) screen.
Undo the accidental commit of local modifications in r74997. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
|
||||
wxTestableFrame::wxTestableFrame() : wxFrame(NULL, wxID_ANY, "Test Frame")
|
||||
{
|
||||
Move(2000, 200);
|
||||
// Use fixed position to facilitate debugging.
|
||||
Move(200, 200);
|
||||
}
|
||||
|
||||
void wxTestableFrame::OnEvent(wxEvent& evt)
|
||||
|
Reference in New Issue
Block a user