From c125c1acc0b20c3e405dddb5c835d9734aa0472c Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 15 Mar 2015 19:08:46 -0400 Subject: Added ability to edit title in map editor --- tools/mapedit/src/tile_widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mapedit/src/tile_widget.h') 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 @@ #include "map.h" -class TileWidget : public wxScrolledWindow { +class TileWidget : public wxScrolledCanvas { public: TileWidget(); TileWidget(wxWindow* parent, wxWindowID winid, int width, int scale, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize); -- cgit 1.4.1