Fixed context menu showing up when user right clicks on 3D scene and release the mouse button after dragging over the objects list

This commit is contained in:
Enrico Turri 2019-10-09 13:39:24 +02:00
parent 1ade11fd57
commit a6a7303e25
3 changed files with 23 additions and 14 deletions

View file

@ -624,6 +624,8 @@ public:
bool has_toolpaths_to_export() const;
void export_toolpaths_to_obj(const char* filename) const;
void mouse_up_cleanup();
private:
bool _is_shown_on_screen() const;