Follow-up of 8aaff08355 -> Do not show the new context menu when the user pans the scene + cleanup

This commit is contained in:
Enrico Turri 2019-09-20 11:19:06 +02:00
parent a27026aa03
commit d66bf7e1e1
2 changed files with 3 additions and 11 deletions

View file

@ -71,7 +71,6 @@ public:
wxDECLARE_EVENT(EVT_GLCANVAS_OBJECT_SELECT, SimpleEvent);
using Vec2dEvent = Event<Vec2d>;
// #et_FIXME : RBtnEvent is used instead of Vec2dEvent on EVT_GLCANVAS_RIGHT_CLICK
// _bool_ value is used as a indicator of selection in the 3DScene
using RBtnEvent = Event<std::pair<Vec2d, bool>>;
template <size_t N> using Vec2dsEvent = ArrayEvent<Vec2d, N>;