diff options
Diffstat (limited to 'src/gui/widgets/label.h')
-rw-r--r-- | src/gui/widgets/label.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/label.h b/src/gui/widgets/label.h index 813248da8..29280e17a 100644 --- a/src/gui/widgets/label.h +++ b/src/gui/widgets/label.h @@ -110,6 +110,8 @@ class Label final : public Widget, */ void draw(Graphics *graphics) override final; + void safeDraw(Graphics *graphics) override final; + void adjustSize(); void setForegroundColor(const Color &color); |