summary refs log tree commit diff stats
path: root/tools/mapedit/src/main.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2015-03-15 15:50:04 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2015-03-15 15:50:04 -0400
commit8702c11db08f78b6c91ef950ce280f2289b1a6e6 (patch)
treeed0f093974c07cfd0a7b1d7fd24573662c05d5f3 /tools/mapedit/src/main.cpp
parent3e989517ec46c40a82671620577c40765c94a41f (diff)
downloadtherapy-8702c11db08f78b6c91ef950ce280f2289b1a6e6.tar.gz
therapy-8702c11db08f78b6c91ef950ce280f2289b1a6e6.tar.bz2
therapy-8702c11db08f78b6c91ef950ce280f2289b1a6e6.zip
Added scrolling and zooming to map editor
Diffstat (limited to 'tools/mapedit/src/main.cpp')
-rw-r--r--tools/mapedit/src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/mapedit/src/main.cpp b/tools/mapedit/src/main.cpp index 28fa010..cfc5a46 100644 --- a/tools/mapedit/src/main.cpp +++ b/tools/mapedit/src/main.cpp
@@ -19,6 +19,8 @@ bool MapeditApp::OnInit()
19 wxInitAllImageHandlers(); 19 wxInitAllImageHandlers();
20 20
21 MapeditFrame* frame = new MapeditFrame(); 21 MapeditFrame* frame = new MapeditFrame();
22 SetTopWindow(frame);
22 frame->Show(true); 23 frame->Show(true);
24
23 return true; 25 return true;
24} 26}