mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Removal of tabs from plater -> fixed no-imgui case
This commit is contained in:
parent
e0aa25b677
commit
8d25f3aaaf
4 changed files with 22 additions and 13 deletions
|
@ -35,6 +35,10 @@ class View3D : public wxPanel
|
|||
wxGLCanvas* m_canvas_widget;
|
||||
GLCanvas3D* m_canvas;
|
||||
|
||||
#if !ENABLE_IMGUI
|
||||
wxPanel* m_gizmo_widget;
|
||||
#endif // !ENABLE_IMGUI
|
||||
|
||||
Model* m_model;
|
||||
DynamicPrintConfig* m_config;
|
||||
BackgroundSlicingProcess* m_process;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue