summary refs log tree commit diff stats
path: root/tools/mapedit/src/widget.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2015-03-18 00:57:05 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2015-03-18 00:57:05 -0400
commitdc0f0d6fa178403080658887af3ca1a6c0e41188 (patch)
treee13dd3598b847b4e918e623e1195e6574000f833 /tools/mapedit/src/widget.h
parentf83f5af19fc828806df8be7807ca418cfd0306da (diff)
downloadtherapy-dc0f0d6fa178403080658887af3ca1a6c0e41188.tar.gz
therapy-dc0f0d6fa178403080658887af3ca1a6c0e41188.tar.bz2
therapy-dc0f0d6fa178403080658887af3ca1a6c0e41188.zip
Map editor stops highlighting cursor when you scroll off editable map area
Diffstat (limited to 'tools/mapedit/src/widget.h')
-rw-r--r--tools/mapedit/src/widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mapedit/src/widget.h b/tools/mapedit/src/widget.h index 12784f8..864e299 100644 --- a/tools/mapedit/src/widget.h +++ b/tools/mapedit/src/widget.h
@@ -50,6 +50,7 @@ class MapeditWidget : public wxScrolledCanvas {
50 void OnMouseMove(wxMouseEvent& event); 50 void OnMouseMove(wxMouseEvent& event);
51 void OnMouseUp(wxMouseEvent& event); 51 void OnMouseUp(wxMouseEvent& event);
52 void OnMouseOut(wxMouseEvent& event); 52 void OnMouseOut(wxMouseEvent& event);
53 void OnScroll(wxScrollWinEvent& event);
53 54
54 private: 55 private:
55 void SetTile(wxPoint pos); 56 void SetTile(wxPoint pos);