fix bug select treeview

This commit is contained in:
2026-01-23 15:58:22 +03:00
parent 82c667cfd0
commit 52882667e4

View File

@@ -72,6 +72,7 @@ public:
void clearSelection()
{
treeWidget->clearSelection();
treeWidget->setCurrentIndex(QModelIndex());
lastCurrentID = 0;
}