Revision: 6264
Author: nogu.dev
Date: Sun Mar 21 01:42:43 2010
Log: * qt4/immodule/quiminputcontext.cpp
  - (QUimInputContext::update): Update location of indicator on caret move.
http://code.google.com/p/uim/source/detail?r=6264

Modified:
 /trunk/qt4/immodule/quiminputcontext.cpp

=======================================
--- /trunk/qt4/immodule/quiminputcontext.cpp    Sun Mar 21 00:09:07 2010
+++ /trunk/qt4/immodule/quiminputcontext.cpp    Sun Mar 21 01:42:43 2010
@@ -475,6 +475,7 @@
         QRect mf = w->inputMethodQuery( Qt::ImMicroFocus ).toRect();
         QPoint p = w->mapToGlobal( mf.topLeft() );
         setMicroFocus( p.x(), p.y(), mf.width(), mf.height() );
+        m_indicator->move( w->mapToGlobal( mf.bottomLeft() ) );
     }
 }

To unsubscribe from this group, send email to uim-commit+unsubscribegooglegroups.com or 
reply to this email with the words "REMOVE ME" as the subject.

Reply via email to