mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
Additional check for previous commit
This commit is contained in:
parent
2fb0ef14d4
commit
d1469b12d7
|
@ -312,6 +312,8 @@ bool DictionaryBar::eventFilter( QObject * obj, QEvent * ev )
|
||||||
{
|
{
|
||||||
case QEvent::Leave : if( geometry().contains( pt ) )
|
case QEvent::Leave : if( geometry().contains( pt ) )
|
||||||
{
|
{
|
||||||
|
if( timerId )
|
||||||
|
killTimer( timerId );
|
||||||
timerId = startTimer( 500 );
|
timerId = startTimer( 500 );
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue