From b2ad90fef0e31a1d8635b817940d9bf71320b588 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 17 Mar 2015 17:21:10 -0400 Subject: Fixed bug with starting position label going under the adjacent button in map editor --- tools/mapedit/src/frame.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/mapedit/src/frame.h') 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 { wxMenu* menuFile; wxSplitterWindow* layout1; wxSplitterWindow* layout3; + wxPanel* propertyEditor; // Notebook wxNotebook* notebook; -- cgit 1.4.1