mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed interference between tooltips and imgui dialogs
This commit is contained in:
parent
a85a2b2e2a
commit
1c1a6b933a
2 changed files with 11 additions and 4 deletions
|
@ -401,6 +401,7 @@ private:
|
|||
#endif // ENABLE_CANVAS_DELAYED_TOOLTIP_USING_IMGUI
|
||||
|
||||
public:
|
||||
bool is_empty() const { return m_text.empty(); }
|
||||
#if ENABLE_CANVAS_DELAYED_TOOLTIP_USING_IMGUI
|
||||
void set_text(const std::string& text);
|
||||
void render(const Vec2d& mouse_position, GLCanvas3D& canvas) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue