mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Add call for render
This commit is contained in:
parent
84f8ba9fb4
commit
6bd78aa9c4
3 changed files with 10 additions and 2 deletions
|
@ -358,6 +358,10 @@ void GLGizmoSimplify::on_set_state()
|
|||
}
|
||||
}
|
||||
|
||||
void GLGizmoSimplify::render_painter_gizmo() const {
|
||||
|
||||
}
|
||||
|
||||
void GLGizmoSimplify::create_gui_cfg() {
|
||||
if (m_gui_cfg.has_value()) return;
|
||||
int space_size = m_imgui->calc_text_size(":MM").x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue