mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Added a wxMessageDialog as an alternative to the ImGui modal, in case it turns out not good enough
This commit is contained in:
parent
ac8f9ab3dc
commit
d1529296c6
2 changed files with 25 additions and 4 deletions
|
@ -437,6 +437,9 @@ protected:
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
#define SLAGIZMO_IMGUI_MODAL 1
|
||||
class GLGizmoSlaSupports : public GLGizmoBase
|
||||
{
|
||||
private:
|
||||
|
@ -493,7 +496,9 @@ private:
|
|||
Vec2d m_selection_rectangle_start_corner;
|
||||
Vec2d m_selection_rectangle_end_corner;
|
||||
bool m_ignore_up_event = false;
|
||||
#if SLAGIZMO_IMGUI_MODAL
|
||||
bool m_show_modal = false;
|
||||
#endif
|
||||
int m_canvas_width;
|
||||
int m_canvas_height;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue