mirror of
https://github.com/leozide/leocad
synced 2025-01-28 19:58:12 +01:00
Fixed double click to activate model from the Model List Dialog.
This commit is contained in:
parent
9b7b17f45d
commit
ee050177df
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ void lcQModelListDialog::on_SetActiveModel_clicked()
|
|||
|
||||
void lcQModelListDialog::on_ModelList_itemDoubleClicked(QListWidgetItem* Item)
|
||||
{
|
||||
Q_UNUSED(Item);
|
||||
mActiveModelItem = Item;
|
||||
|
||||
accept();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue