mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
refs #745, do not consolidate with DB data when stashing editor model
(prevents that changed data are overridden by DB data again and hence reverted)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
04a9381858
commit
0d70e87d11
@@ -37,6 +37,7 @@ namespace BlackGui
|
||||
ui->lai_Id->set(CIcons::appMappings16(), "Id:");
|
||||
connect(ui->pb_Stash, &QPushButton::clicked, this, &CModelMappingForm::requestStash);
|
||||
|
||||
// for setting mode (include/exclude)
|
||||
this->ps_userChanged();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user