Automatically activate newly added external index
This commit is contained in:
parent
bfeb681574
commit
b4474da931
@ -494,6 +494,6 @@ void UIPrefsDialog::addExtraDbPB_clicked()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
QListWidgetItem *item = new QListWidgetItem(input, idxLV);
|
QListWidgetItem *item = new QListWidgetItem(input, idxLV);
|
||||||
item->setCheckState(Qt::Unchecked);
|
item->setCheckState(Qt::Checked);
|
||||||
idxLV->sortItems();
|
idxLV->sortItems();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user