fix you can't reselect to another text object

This commit is contained in:
Filip Sykala - NTB T15p 2023-03-30 11:58:02 +02:00
parent 471d8df398
commit ba715ea005

View file

@ -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();
}