Search: Implemented cursor movement inside SearchWindow on Plater

This commit is contained in:
YuSanka 2020-04-20 17:37:03 +02:00
parent 6a8d0c5d84
commit 3b88dc2688
5 changed files with 110 additions and 10 deletions

View file

@ -505,6 +505,7 @@ private:
#endif // ENABLE_RENDER_STATISTICS
mutable int m_imgui_undo_redo_hovered_pos{ -1 };
mutable size_t m_imgui_search_hovered_pos{ size_t(-1) };
int m_selected_extruder;
Labels m_labels;