Gui: fix tree view lingering sub element selection
This commit is contained in:
@@ -4169,6 +4169,7 @@ void DocumentItem::selectItems(bool sync) {
|
||||
// this means it is the old selection and is not in the current
|
||||
// selection
|
||||
item->selected = 0;
|
||||
item->mySubs.clear();
|
||||
item->setSelected(false);
|
||||
}else if(item->selected) {
|
||||
if(item->selected == 2) {
|
||||
|
||||
Reference in New Issue
Block a user