Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 36960bf914a01a197ea4c7c01be1f248 > files > 36

qt3-3.3.8-4mdv2007.1.src.rpm

--- qt-x11-free-3.3.5/src/widgets/qlineedit.cpp.~1~	2005-09-02 14:43:15.000000000 +0200
+++ qt-x11-free-3.3.5/src/widgets/qlineedit.cpp	2005-09-19 12:33:37.000000000 +0200
@@ -588,6 +588,7 @@
 	return;
     d->echoMode = mode;
     d->updateTextLayout();
+    setInputMethodEnabled (mode == Normal);
     update();
 }