mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
Fixed positioning of gizmos' imgui dialogs
This commit is contained in:
parent
03fee19fef
commit
f2b8607d11
6 changed files with 44 additions and 23 deletions
|
@ -86,8 +86,6 @@ private:
|
|||
mutable GLTexture m_texture;
|
||||
// temporary texture shown until the main texture has still no levels compressed
|
||||
mutable GLTexture m_temp_texture;
|
||||
// used to trigger 3D scene update once all compressed textures have been sent to GPU
|
||||
mutable bool m_requires_canvas_update;
|
||||
mutable Shader m_shader;
|
||||
mutable unsigned int m_vbo_id;
|
||||
mutable GLBed m_model;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue