mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 18:06:00 +08:00
fix you can't reselect to another text object
This commit is contained in:
parent
471d8df398
commit
ba715ea005
@ -487,9 +487,6 @@ void GLGizmoEmboss::on_mouse_change_selection(const wxMouseEvent &mouse_event)
|
|||||||
if (m_volume->id() == volume->id())
|
if (m_volume->id() == volume->id())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (volume->is_the_only_one_part())
|
|
||||||
return; // reselect to another text
|
|
||||||
|
|
||||||
// select volume without text configuration
|
// select volume without text configuration
|
||||||
return close();
|
return close();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user