Ref T59, stash validation triggered by "stash" button

From non stash tabs not using full validation
This commit is contained in:
Klaus Basan
2017-04-30 19:37:48 +02:00
committed by Mathew Sutcliffe
parent 74e0bf397f
commit d7ae3712dd
2 changed files with 15 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ namespace BlackGui
CStatusMessageList CModelMappingForm::validate(bool withNestedObjects) const
{
CAircraftModel model(getValue());
const CAircraftModel model(getValue());
CStatusMessageList msgs(model.validate(withNestedObjects));
ui->val_Indicator->setState(msgs);
return msgs;