mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-08 22:26:51 +02:00
Fix bug where onSelect was triggered twice on double click in Recently Opened Files
This commit is contained in:
@@ -488,7 +488,6 @@ void MainWindow::on_actionOpenRecent_triggered()
|
||||
d.close();
|
||||
};
|
||||
|
||||
connect(&d.listWidget, &QListWidget::itemDoubleClicked, this, onSelect);
|
||||
connect(&d.listWidget, &QListWidget::itemActivated, this, onSelect);
|
||||
|
||||
d.exec();
|
||||
|
Reference in New Issue
Block a user