Fix tooltips behaving incorrectly on Tree nodes

This commit is contained in:
Michael Alexsander
2023-09-24 02:18:17 -03:00
parent 4c3dc26367
commit 9ee82ebe1d
2 changed files with 14 additions and 13 deletions

View File

@ -368,6 +368,7 @@ private:
Control *tooltip_control = nullptr;
Window *tooltip_popup = nullptr;
Label *tooltip_label = nullptr;
String tooltip_text;
Point2 tooltip_pos;
Point2 last_mouse_pos;
Point2 drag_accum;