mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Merge remote-tracking branch 'origin/vb_undo_redo' into ys_undo_redo
This commit is contained in:
commit
baece78390
2 changed files with 52 additions and 29 deletions
|
@ -253,6 +253,7 @@ private:
|
|||
MouseCapture m_mouse_capture;
|
||||
std::string m_tooltip;
|
||||
int m_imgui_hovered_pos { -1 };
|
||||
unsigned int m_pressed_toggable_id;
|
||||
|
||||
public:
|
||||
#if ENABLE_SVG_ICONS
|
||||
|
@ -299,6 +300,8 @@ public:
|
|||
bool is_item_disabled(const std::string& name) const;
|
||||
bool is_item_visible(const std::string& name) const;
|
||||
|
||||
bool is_any_item_pressed() const;
|
||||
|
||||
const std::string& get_tooltip() const { return m_tooltip; }
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue