mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
Properly reset overrided cursor in dialog headwords window
This commit is contained in:
parent
06f85b7e30
commit
19dd8b740b
|
@ -98,7 +98,7 @@ DictHeadwords::DictHeadwords( QWidget *parent, Config::Class & cfg_,
|
|||
|
||||
showHeadwordsNumber();
|
||||
|
||||
QApplication::setOverrideCursor( Qt::ArrowCursor );
|
||||
QApplication::restoreOverrideCursor();
|
||||
}
|
||||
|
||||
DictHeadwords::~DictHeadwords()
|
||||
|
@ -150,7 +150,7 @@ void DictHeadwords::filterChanged()
|
|||
|
||||
proxy->setFilterRegExp( regExp );
|
||||
|
||||
QApplication::setOverrideCursor( Qt::ArrowCursor );
|
||||
QApplication::restoreOverrideCursor();
|
||||
|
||||
showHeadwordsNumber();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue