Повторная сортировка при загрузке Инстр и Обуч

This commit is contained in:
krivoshein
2025-01-29 16:51:16 +03:00
parent 534ef54aab
commit 5926b20942
2 changed files with 4 additions and 0 deletions

View File

@@ -167,6 +167,8 @@ void InstructorsView::loadInstructorsFromDB()
setCurrentInstructor(lastCurrentID);
treeWidget->sortItems(ColumnsTreeInsructors::clmn_Instructor, Qt::SortOrder::AscendingOrder);
mtxTreeWidget.unlock();
}