mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
Merge pull request #1116 from xiaoyifang/fix/headwords-mixed
fix: the headwords got mixed together
This commit is contained in:
commit
97db29030a
|
@ -123,6 +123,7 @@ void DictHeadwords::setup( Dictionary::Class * dict_ )
|
|||
QApplication::setOverrideCursor( Qt::WaitCursor );
|
||||
|
||||
dict = dict_;
|
||||
sortedWords.clear();
|
||||
|
||||
setWindowTitle( QString::fromUtf8( dict->getName().c_str() ) );
|
||||
|
||||
|
|
Loading…
Reference in a new issue