mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Rectangle selection in 3D scene -> hovering detection
This commit is contained in:
@@ -59,10 +59,8 @@ namespace GUI {
|
||||
|
||||
void GLSelectionRectangle::stop_dragging()
|
||||
{
|
||||
if (!is_dragging())
|
||||
return;
|
||||
|
||||
m_state = Off;
|
||||
if (is_dragging())
|
||||
m_state = Off;
|
||||
}
|
||||
|
||||
void GLSelectionRectangle::render(const GLCanvas3D& canvas) const
|
||||
|
||||
Reference in New Issue
Block a user