1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-25 10:15:50 +00:00

SLA gizmo - combobox items are now rendered immediately on mouse click, not after next mouse move

This commit is contained in:
Lukas Matena
2019-02-18 14:56:19 +01:00
parent c63bdccb4b
commit cb4763bb32
4 changed files with 10 additions and 3 deletions
+1
View File
@@ -498,6 +498,7 @@ private:
Vec2d m_selection_rectangle_start_corner;
Vec2d m_selection_rectangle_end_corner;
bool m_ignore_up_event = false;
bool m_combo_box_open = false;
#if SLAGIZMO_IMGUI_MODAL
bool m_show_modal = false;
#endif