fix you can't reselect to another text object
This commit is contained in:
parent
471d8df398
commit
ba715ea005
1 changed files with 0 additions and 3 deletions
|
@ -487,9 +487,6 @@ void GLGizmoEmboss::on_mouse_change_selection(const wxMouseEvent &mouse_event)
|
|||
if (m_volume->id() == volume->id())
|
||||
return;
|
||||
|
||||
if (volume->is_the_only_one_part())
|
||||
return; // reselect to another text
|
||||
|
||||
// select volume without text configuration
|
||||
return close();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue