diff options
Diffstat (limited to 'src/gui/widgets/textbox.h')
-rw-r--r-- | src/gui/widgets/textbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/textbox.h b/src/gui/widgets/textbox.h index 1f085d0c6..611efd4a0 100644 --- a/src/gui/widgets/textbox.h +++ b/src/gui/widgets/textbox.h @@ -109,6 +109,8 @@ class TextBox final : public Widget, void draw(Graphics* graphics) override final; + void safeDraw(Graphics* graphics) override final; + void setForegroundColor(const Color &color); void setForegroundColorAll(const Color &color1, |