mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-27 10:26:33 -05:00
clear selection sticking when edits toggled for map list
This commit is contained in:
@@ -2854,6 +2854,7 @@ void MainWindow::on_toolButton_CollapseAll_Groups_clicked() {
|
||||
}
|
||||
|
||||
void MainWindow::on_toolButton_EnableDisable_EditGroups_clicked() {
|
||||
this->ui->mapList->clearSelection();
|
||||
if (this->ui->toolButton_EnableDisable_EditGroups->isChecked()) {
|
||||
ui->mapList->setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||
ui->mapList->setDragEnabled(true);
|
||||
|
||||
Reference in New Issue
Block a user