From a340d25077bc87d025a4a849074bca0f135387ad Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Thu, 14 Apr 2016 14:36:46 +0200 Subject: [PATCH] Fix #1942 --- cockatrice/src/window_main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cockatrice/src/window_main.cpp b/cockatrice/src/window_main.cpp index 0a694476..a6a752b4 100644 --- a/cockatrice/src/window_main.cpp +++ b/cockatrice/src/window_main.cpp @@ -815,6 +815,7 @@ void MainWindow::cardDatabaseNewSetsFound(int numUnknownSets) } else if (msgBox.clickedButton() == noButton) { db->markAllSetsAsKnown(); } else if (msgBox.clickedButton() == settingsButton) { + db->markAllSetsAsKnown(); actEditSets(); } }