#3802 - Fixed objects list's context menu showing up when moving mouse after changing selection

This commit is contained in:
Enrico Turri 2020-03-10 12:03:08 +01:00
parent 56fa84c9d9
commit 4ca03c3f8a
2 changed files with 21 additions and 8 deletions

View file

@ -381,7 +381,7 @@ private:
// void OnChar(wxKeyEvent& event);
#endif /* __WXOSX__ */
void OnContextMenu(wxDataViewEvent &event);
void list_manipulation(bool evt_context_menu = false);
void list_manipulation(const wxPoint& mouse_pos, bool evt_context_menu = false);
void OnBeginDrag(wxDataViewEvent &event);
void OnDropPossible(wxDataViewEvent &event);