mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-31 18:09:33 -07:00
Mouse capture when dragging gizmos
This commit is contained in:
@@ -197,6 +197,8 @@ void GLGizmoBase::start_dragging()
|
||||
|
||||
void GLGizmoBase::stop_dragging()
|
||||
{
|
||||
set_tooltip("");
|
||||
|
||||
for (int i = 0; i < (int)m_grabbers.size(); ++i)
|
||||
{
|
||||
m_grabbers[i].dragging = false;
|
||||
|
||||
Reference in New Issue
Block a user