summary refs log tree commit diff stats
path: root/tools/mapedit/src/tile_widget.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2015-03-15 19:08:46 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2015-03-15 19:08:46 -0400
commitc125c1acc0b20c3e405dddb5c835d9734aa0472c (patch)
tree65d57aa9f4b0324506080210448fce212e407cc7 /tools/mapedit/src/tile_widget.h
parent91640f2f35d703898edb14abaae7dd63f5346027 (diff)
downloadtherapy-c125c1acc0b20c3e405dddb5c835d9734aa0472c.tar.gz
therapy-c125c1acc0b20c3e405dddb5c835d9734aa0472c.tar.bz2
therapy-c125c1acc0b20c3e405dddb5c835d9734aa0472c.zip
Added ability to edit title in map editor
Diffstat (limited to 'tools/mapedit/src/tile_widget.h')
-rw-r--r--tools/mapedit/src/tile_widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mapedit/src/tile_widget.h b/tools/mapedit/src/tile_widget.h index f4bbc07..2f1872d 100644 --- a/tools/mapedit/src/tile_widget.h +++ b/tools/mapedit/src/tile_widget.h
@@ -9,7 +9,7 @@
9 9
10#include "map.h" 10#include "map.h"
11 11
12class TileWidget : public wxScrolledWindow { 12class TileWidget : public wxScrolledCanvas {
13 public: 13 public:
14 TileWidget(); 14 TileWidget();
15 TileWidget(wxWindow* parent, wxWindowID winid, int width, int scale, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize); 15 TileWidget(wxWindow* parent, wxWindowID winid, int width, int scale, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize);