diff options
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/textbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/textbox.cpp b/src/gui/widgets/textbox.cpp index edf360b62..daa13a3e2 100644 --- a/src/gui/widgets/textbox.cpp +++ b/src/gui/widgets/textbox.cpp @@ -494,7 +494,7 @@ void TextBox::setForegroundColorAll(const Color &color1, std::string TextBox::getText() const { if (mTextRows.empty()) - return std::string(""); + return std::string(); int i; std::string text; |