From dc0f0d6fa178403080658887af3ca1a6c0e41188 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 18 Mar 2015 00:57:05 -0400 Subject: Map editor stops highlighting cursor when you scroll off editable map area --- tools/mapedit/src/widget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/mapedit/src/widget.h') 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 { void OnMouseMove(wxMouseEvent& event); void OnMouseUp(wxMouseEvent& event); void OnMouseOut(wxMouseEvent& event); + void OnScroll(wxScrollWinEvent& event); private: void SetTile(wxPoint pos); -- cgit 1.4.1