mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Ref T59, stash validation triggered by "stash" button
From non stash tabs not using full validation
This commit is contained in:
committed by
Mathew Sutcliffe
parent
74e0bf397f
commit
d7ae3712dd
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user