This change was redundant, because switch to Manipulation panel is suppressed by disabling of Editors.
Moreover it did impossible to close all gizmos when it's really needed and caused a crash on "Select All" action, when some gizmo is open (SPE-1771)
This commit is contained in:
YuSanka 2023-06-13 11:13:23 +02:00
parent 053f7e6344
commit 7483c7bd00

View File

@ -173,8 +173,7 @@ void GLGizmosManager::reset_all_states()
const EType current = get_current_type();
if (current != Undefined)
// close any open gizmo
if (!open_gizmo(current))
return;
open_gizmo(current);
activate_gizmo(Undefined);
m_hover = Undefined;