mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Use pre-sorted messages
Ref T247 follow up
This commit is contained in:
committed by
Mat Sutcliffe
parent
e8ea050882
commit
68b53c2a74
@@ -59,6 +59,7 @@ namespace BlackGui
|
||||
bool wasStopped = false;
|
||||
const CStatusMessageList msgs = CAircraftModelUtilities::validateModelFiles(m_models, valid, invalid, ignoreEmpty, maxFailedFiles, wasStopped, "");
|
||||
ui->comp_StatusMessage->clear();
|
||||
ui->comp_StatusMessage->setNoSorting(); // we use the pre-sorted list
|
||||
ui->comp_StatusMessage->appendStatusMessagesToList(msgs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user