diff --git a/src/Gui/InputField.cpp b/src/Gui/InputField.cpp index 04ed35f183..e203e0bc69 100644 --- a/src/Gui/InputField.cpp +++ b/src/Gui/InputField.cpp @@ -195,7 +195,7 @@ void InputField::resizeEvent(QResizeEvent * /*event*/) void InputField::updateIconLabel(const QString& text) { - iconLabel->setVisible(!text.isEmpty()); + iconLabel->setVisible(text.isEmpty()); } void InputField::contextMenuEvent(QContextMenuEvent *event)