From c1ce0ecd3458e1939b4e6c9947684378078a724f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 18 Jul 2020 17:39:47 +0200 Subject: Always draw tooltips on top of the widget stack. --- src/ui/label.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/label.h') diff --git a/src/ui/label.h b/src/ui/label.h index a895691..f187744 100644 --- a/src/ui/label.h +++ b/src/ui/label.h @@ -19,7 +19,7 @@ class Label : public Widget { public: Label(Widget *parent, const char *text = 0); - ~Label(); + virtual ~Label(); /// set the text displayed by the label void set_text(const std::string &text); -- cgit v1.2.3