From 725e2723291fe1d71ca68cb59cec83428d40b8af Mon Sep 17 00:00:00 2001 From: mickeyl Date: Mon, 17 Nov 2003 11:03:44 +0000 Subject: hide inputmethod also when not floating --- diff --git a/core/launcher/inputmethods.cpp b/core/launcher/inputmethods.cpp index 62e316c..5d8faf7 100644 --- a/core/launcher/inputmethods.cpp +++ b/core/launcher/inputmethods.cpp @@ -591,9 +591,9 @@ void InputMethods::showKbd( bool on ) cfg.writeEntry( "absWidth", siz.width() ); cfg.writeEntry( "absHeight", siz.height() ); cfg.write(); - mkeyboard->widget->hide(); mkeyboard->widget->removeEventFilter( this ); } + mkeyboard->widget->hide(); } emit inputToggled( on ); -- cgit v0.9.0.2