mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
fix bug select treeview
This commit is contained in:
@@ -72,6 +72,7 @@ public:
|
|||||||
void clearSelection()
|
void clearSelection()
|
||||||
{
|
{
|
||||||
treeWidget->clearSelection();
|
treeWidget->clearSelection();
|
||||||
|
treeWidget->setCurrentIndex(QModelIndex());
|
||||||
lastCurrentID = 0;
|
lastCurrentID = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user