about summary refs log tree commit diff stats
path: root/tracker_frame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker_frame.cpp')
-rw-r--r--tracker_frame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker_frame.cpp b/tracker_frame.cpp index 237433a..37a8281 100644 --- a/tracker_frame.cpp +++ b/tracker_frame.cpp
@@ -10,7 +10,7 @@ wxDEFINE_EVENT(STATE_CHANGED, wxCommandEvent);
10wxDEFINE_EVENT(STATUS_CHANGED, wxCommandEvent); 10wxDEFINE_EVENT(STATUS_CHANGED, wxCommandEvent);
11 11
12TrackerFrame::TrackerFrame() 12TrackerFrame::TrackerFrame()
13 : wxFrame(nullptr, wxID_ANY, "Lingo Archipelago Tracker") { 13 : wxFrame(nullptr, wxID_ANY, "Lingo Archipelago Tracker", wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE | wxFULL_REPAINT_ON_RESIZE) {
14 ::wxInitAllImageHandlers(); 14 ::wxInitAllImageHandlers();
15 15
16 GetAPState().SetTrackerFrame(this); 16 GetAPState().SetTrackerFrame(this);