summary refs log tree commit diff stats
path: root/tools/mapedit/src/frame.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2015-03-17 17:21:10 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2015-03-17 17:21:10 -0400
commitb2ad90fef0e31a1d8635b817940d9bf71320b588 (patch)
tree496566d4ed85113fd968df6ea61cb8af29d73c7d /tools/mapedit/src/frame.h
parentaf9488a0a557e79dbf69c0b433e90a44fedb06a8 (diff)
downloadtherapy-b2ad90fef0e31a1d8635b817940d9bf71320b588.tar.gz
therapy-b2ad90fef0e31a1d8635b817940d9bf71320b588.tar.bz2
therapy-b2ad90fef0e31a1d8635b817940d9bf71320b588.zip
Fixed bug with starting position label going under the adjacent button in map editor
Diffstat (limited to 'tools/mapedit/src/frame.h')
-rw-r--r--tools/mapedit/src/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mapedit/src/frame.h b/tools/mapedit/src/frame.h index ffa6c7d..d201e86 100644 --- a/tools/mapedit/src/frame.h +++ b/tools/mapedit/src/frame.h
@@ -78,6 +78,7 @@ class MapeditFrame : public wxFrame {
78 wxMenu* menuFile; 78 wxMenu* menuFile;
79 wxSplitterWindow* layout1; 79 wxSplitterWindow* layout1;
80 wxSplitterWindow* layout3; 80 wxSplitterWindow* layout3;
81 wxPanel* propertyEditor;
81 82
82 // Notebook 83 // Notebook
83 wxNotebook* notebook; 84 wxNotebook* notebook;