diff --git a/tests/testableframe.cpp b/tests/testableframe.cpp index e76c76f5d9..1b63defb88 100644 --- a/tests/testableframe.cpp +++ b/tests/testableframe.cpp @@ -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)