mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Search: Implemented cursor movement inside SearchWindow on Plater
This commit is contained in:
parent
6a8d0c5d84
commit
3b88dc2688
5 changed files with 110 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue