mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Refactoring of toolbars' tooltip generation
This commit is contained in:
parent
a1ec38a7fb
commit
c6d5ad1517
5 changed files with 185 additions and 19 deletions
|
@ -413,6 +413,7 @@ private:
|
|||
#endif // ENABLE_CANVAS_DELAYED_TOOLTIP_USING_IMGUI
|
||||
// Indicates that the mouse is inside an ImGUI dialog, therefore the tooltip should be suppressed.
|
||||
void set_in_imgui(bool b) { m_in_imgui = b; }
|
||||
bool is_in_imgui() const { return m_in_imgui; }
|
||||
};
|
||||
#endif // ENABLE_CANVAS_TOOLTIP_USING_IMGUI
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue