diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2016-09-05 18:43:50 -0300 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2016-09-05 18:43:50 -0300 |
commit | d93ef357da510f2515556ff2cb51688a4e068805 (patch) | |
tree | da24ff514d5d507252681365d7cda6b08576af23 /Project/WorkspaceBase.h | |
parent | 47cebfc84d4ae315f4bf8ffb3d074b2b75781a1b (diff) | |
download | PSP.git-d93ef357da510f2515556ff2cb51688a4e068805.tar.gz PSP.git-d93ef357da510f2515556ff2cb51688a4e068805.tar.xz PSP.git-d93ef357da510f2515556ff2cb51688a4e068805.zip |
All elements implemented, switches implemented
Diffstat (limited to 'Project/WorkspaceBase.h')
-rw-r--r-- | Project/WorkspaceBase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/WorkspaceBase.h b/Project/WorkspaceBase.h index 30bfdc3..fb7d0b9 100644 --- a/Project/WorkspaceBase.h +++ b/Project/WorkspaceBase.h @@ -46,6 +46,7 @@ protected: virtual void OnLeftClickUp(wxMouseEvent& event) { event.Skip(); } virtual void OnScroll(wxMouseEvent& event) { event.Skip(); } virtual void OnRightClickDown(wxMouseEvent& event) { event.Skip(); } + virtual void OnLeftDoubleClick(wxMouseEvent& event) { event.Skip(); } public: wxGLCanvas* GetGlCanvas() { return m_glCanvas; } |