mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 14:13:57 -06:00
Tech ENABLE_SEQUENTIAL_LIMITS set as default
This commit is contained in:
parent
e6c361ec5e
commit
c61785f775
18 changed files with 6 additions and 668 deletions
|
@ -642,10 +642,8 @@ bool GLGizmosManager::on_mouse(wxMouseEvent& evt)
|
|||
selection.start_dragging();
|
||||
start_dragging();
|
||||
|
||||
#if ENABLE_SEQUENTIAL_LIMITS
|
||||
// Let the plater know that the dragging started
|
||||
m_parent.post_event(SimpleEvent(EVT_GLCANVAS_MOUSE_DRAGGING_STARTED));
|
||||
#endif // ENABLE_SEQUENTIAL_LIMITS
|
||||
|
||||
if (m_current == Flatten) {
|
||||
// Rotate the object so the normal points downward:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue