Ensure that wxTestableFrame is shown on the (main) screen.
Undo the accidental commit of local modifications in13a119cca8
. This is the backport of498f07a5b2
from master.
This commit is contained in:
committed by
Dimitri Schoolwerth
parent
12b857a329
commit
03adb6fd2e
@@ -18,7 +18,8 @@
|
|||||||
|
|
||||||
wxTestableFrame::wxTestableFrame() : wxFrame(NULL, wxID_ANY, "Test Frame")
|
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)
|
void wxTestableFrame::OnEvent(wxEvent& evt)
|
||||||
|
Reference in New Issue
Block a user