mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-29 07:33:11 +08:00
FIX:selection should be not empty when update_ui_from_settings
jira: none Change-Id: I74b76733eba03d148dfd70279ec2ba65f19cc39a
This commit is contained in:
parent
630d36324f
commit
f402685aee
@ -498,8 +498,10 @@ void GLGizmosManager::update_data()
|
||||
}
|
||||
|
||||
//BBS: GUI refactor: add object manipulation in gizmo
|
||||
if (!selection.is_empty()) {
|
||||
m_object_manipulation.update_ui_from_settings();
|
||||
m_object_manipulation.UpdateAndShow(true);
|
||||
}
|
||||
}
|
||||
|
||||
bool GLGizmosManager::is_running() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user