forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.0'
Change-Id: I9793f0f9019b16f3725c5a9708a5ccf81557cdc6
This commit is contained in:
@@ -951,7 +951,7 @@ bool JsonFieldPage::isComplete() const
|
||||
showError(message);
|
||||
hasErrorMessage = true;
|
||||
}
|
||||
if (f->isMandatory())
|
||||
if (f->isMandatory() && !f->widget()->isHidden())
|
||||
result = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user