diff options
Diffstat (limited to 'gui/widgets/tab.h')
-rw-r--r-- | gui/widgets/tab.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/widgets/tab.h b/gui/widgets/tab.h index fe5e4d82bc..bdd3e56b46 100644 --- a/gui/widgets/tab.h +++ b/gui/widgets/tab.h @@ -111,7 +111,8 @@ public: virtual void reflowLayout(); - virtual void draw(); + void draw() override; + void markAsDirty() override; protected: // We overload getChildY to make sure child widgets are positioned correctly. |