Skip to content

Commit 1194cc3

Browse files
committed
[Qt] Fix spelling dictionary download not downloading all variants of the dictionary (#722)
1 parent 9e3eb65 commit 1194cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qt/src/MainWindow.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ void MainWindow::dictionaryAutoinstall() {
621621
failed.append(filename);
622622
}
623623
popState();
624-
dictPos += dictMatch.capturedEnd();
624+
dictPos = dictMatch.capturedEnd();
625625
}
626626
}
627627

0 commit comments

Comments
 (0)