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 79ad3f110..0c5335143 100644 --- a/src/gui/widgets/textfield.h +++ b/src/gui/widgets/textfield.h @@ -231,6 +231,8 @@ class TextField notfinal : public Widget, void setParent(Widget *widget) override final; + void setWindow(Widget *const widget) override final; + protected: void drawCaret(Graphics* graphics, int x); |