Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2019-08-20 14:01:01 +0300
committerYuSanka <yusanka@gmail.com>2019-08-20 14:01:01 +0300
commit52c24a16624dc93d10fc01bcbb9abcb3630bbadb (patch)
treee6a52b60beb863046388f27804626d6ae339ce6a /src/slic3r/GUI/GUI_ObjectList.hpp
parent7706a5be3e596a8271f7fb69e76f4aacfbcaf292 (diff)
Set list manipulation action on LeftButton too
Note: Doesn't work under OSX
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectList.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectList.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectList.hpp b/src/slic3r/GUI/GUI_ObjectList.hpp
index bdec06081..62003e557 100644
--- a/src/slic3r/GUI/GUI_ObjectList.hpp
+++ b/src/slic3r/GUI/GUI_ObjectList.hpp
@@ -358,6 +358,7 @@ private:
// void OnChar(wxKeyEvent& event);
#endif /* __WXOSX__ */
void OnContextMenu(wxDataViewEvent &event);
+ void list_manipulation();
void OnBeginDrag(wxDataViewEvent &event);
void OnDropPossible(wxDataViewEvent &event);