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

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