[Gui] InputField correct icon visibility logic on opening a pre-completed task panel
This commit is contained in:
committed by
Yorik van Havre
parent
e4fa55a922
commit
ef4c33fee4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user