From 5e1bd3718b8f3c7f2bb4896cf8d50a5bacd8ce1b Mon Sep 17 00:00:00 2001 From: stv Date: Wed, 21 Dec 2005 11:48:56 +0000 Subject: [PATCH] SSPP10924 --- src/Qtx/QtxDblSpinBox.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Qtx/QtxDblSpinBox.cxx b/src/Qtx/QtxDblSpinBox.cxx index 2feb800d9..081259255 100755 --- a/src/Qtx/QtxDblSpinBox.cxx +++ b/src/Qtx/QtxDblSpinBox.cxx @@ -273,10 +273,10 @@ bool QtxDblSpinBox::eventFilter( QObject* o, QEvent* e ) { if ( !myCleared || o != editor() || !editor()->text().stripWhiteSpace().isEmpty() ) { - bool res = QSpinBox::eventFilter( o, e ); + bool state = QSpinBox::eventFilter( o, e ); if ( e->type() == QEvent::FocusOut && o == editor() ) updateDisplay(); - return res; + return state; } if ( e->type() == QEvent::FocusOut || e->type() == QEvent::Leave || e->type() == QEvent::Hide ) -- 2.39.2