CVS commit by kzk: Ensure using InputMethod by calling setInputMethodEnabled (true) M +1 -0 kpview.cpp 1.39 --- kdegraphics/kolourpaint/kpview.cpp #1.38:1.39 @@ -89,4 +89,5 @@ kpView::kpView (QWidget *parent, const c setMouseTracking (true); // mouseMoveEvent's even when no mousebtn down setKeyCompression (true); + setInputMethodEnabled (true); // ensure using InputMethod }