Additional check for previous commit

This commit is contained in:
Abs62 2012-12-31 11:54:51 +04:00
parent 2fb0ef14d4
commit d1469b12d7

View file

@ -312,6 +312,8 @@ bool DictionaryBar::eventFilter( QObject * obj, QEvent * ev )
{
case QEvent::Leave : if( geometry().contains( pt ) )
{
if( timerId )
killTimer( timerId );
timerId = startTimer( 500 );
return true;
}