[PD] enable to de/selecet several entities at once

see https://forum.freecadweb.org/viewtopic.php?f=19&t=43383
This commit is contained in:
donovaly
2020-02-15 04:07:09 +01:00
parent a66ebdce9f
commit 1dfa6d40b4
5 changed files with 23 additions and 12 deletions

View File

@@ -106,8 +106,8 @@ void TaskFilletParameters::onSelectionChanged(const Gui::SelectionChanges& msg)
ui->listWidgetReferences->addItem(QString::fromStdString(msg.pSubName));
else
removeItemFromListWidget(ui->listWidgetReferences, msg.pSubName);
clearButtons(none);
exitSelectionMode();
// highlight existing references for possible further selections
DressUpView->highlightReferences(true);
}
}
}