SpaceAnalyzer: Add a tooltip for the hovered tree node

Many of the nodes are visually too small to show their full name and
file size, so this makes that information visible.
This commit is contained in:
Sam Atkins 2022-12-09 21:43:04 +00:00 committed by Linus Groh
commit d8ceaf7870
Notes: sideshowbarker 2024-07-17 11:30:54 +09:00
2 changed files with 20 additions and 0 deletions

View file

@ -43,6 +43,7 @@ public:
private:
TreeMapWidget() = default;
virtual void paint_event(GUI::PaintEvent&) override;
virtual void mousemove_event(GUI::MouseEvent&) override;
virtual void mousedown_event(GUI::MouseEvent&) override;
virtual void doubleclick_event(GUI::MouseEvent&) override;
virtual void mousewheel_event(GUI::MouseEvent&) override;