diff options
Diffstat (limited to 'src/gui/widgets/textfield.h')
-rw-r--r-- | src/gui/widgets/textfield.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/textfield.h b/src/gui/widgets/textfield.h index bb512e281..2b5f4196f 100644 --- a/src/gui/widgets/textfield.h +++ b/src/gui/widgets/textfield.h @@ -105,6 +105,8 @@ class TextField notfinal : public Widget, */ void draw(Graphics *graphics) override; + void safeDraw(Graphics *graphics) override; + /** * Update the alpha value to the graphic components. */ |