mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Gizmos can be shown depending on current mode
This commit is contained in:
parent
4ef52af906
commit
7fd2209b48
3 changed files with 12 additions and 5 deletions
|
@ -41,6 +41,7 @@
|
|||
#include "3DScene.hpp"
|
||||
#include "MainFrame.hpp"
|
||||
#include "Plater.hpp"
|
||||
#include "GLCanvas3D.hpp"
|
||||
|
||||
#include "../Utils/PresetUpdater.hpp"
|
||||
#include "../Utils/PrintHost.hpp"
|
||||
|
@ -1012,6 +1013,7 @@ void GUI_App::update_mode()
|
|||
tab->update_mode();
|
||||
|
||||
plater()->update_object_menu();
|
||||
plater()->canvas3D()->update_gizmos_on_off_state();
|
||||
}
|
||||
|
||||
void GUI_App::add_config_menu(wxMenuBar *menu)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue