diff options
Diffstat (limited to 'src/gui/widgets/textfield.cpp')
-rw-r--r-- | src/gui/widgets/textfield.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/textfield.cpp b/src/gui/widgets/textfield.cpp index 1c054f04b..d5fb58cb9 100644 --- a/src/gui/widgets/textfield.cpp +++ b/src/gui/widgets/textfield.cpp @@ -67,7 +67,7 @@ TextField::TextField(const std::string &text, bool loseFocusOnTab, if (instances == 0) { if (Theme::instance()) - Theme::instance()->loadRect(skin, "textfield_background.xml"); + Theme::instance()->loadRect(skin, "textfield_background.xml", ""); } instances++; |