Fixed bug when keysettings and a blank session.

This commit is contained in:
Ernie Pasveer
2022-02-25 07:38:54 -06:00
parent aa9bf81eac
commit 2a26d21367
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -760,7 +760,7 @@ void SeerMainWindow::readConfigSettings () {
int size = settings.beginReadArray("shortcuts"); {
SeerKeySettings keysettings;
SeerKeySettings keysettings = keySettings(); // Start with defaults. The add() will overwrite.
for (int i = 0; i < size; ++i) {