[Gui] InputField correct icon visibility logic on opening a pre-completed task panel

This commit is contained in:
Syres916
2025-05-21 18:23:31 +01:00
committed by Yorik van Havre
parent e4fa55a922
commit ef4c33fee4

View File

@@ -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)