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 2b5f4196f..3a5db3c3c 100644 --- a/src/gui/widgets/textfield.h +++ b/src/gui/widgets/textfield.h @@ -117,6 +117,8 @@ class TextField notfinal : public Widget, */ void drawFrame(Graphics *graphics) override final; + void safeDrawFrame(Graphics *graphics) override final; + /** * Determine whether the field should be numeric or not */ |