messagingapp/msgui/conversationview/src/msgeditorwidget.cpp
changeset 56 f42d9a78f435
parent 51 3507212d340e
child 67 fc91263aee62
--- a/messagingapp/msgui/conversationview/src/msgeditorwidget.cpp	Wed Aug 18 00:46:12 2010 +0530
+++ b/messagingapp/msgui/conversationview/src/msgeditorwidget.cpp	Tue Aug 31 18:53:38 2010 +0530
@@ -382,19 +382,12 @@
 // @see header
 //---------------------------------------------------------------
 void MsgEditor::focusInEvent(QFocusEvent *event)
- {
-    if(event->reason() == Qt::MouseFocusReason)
-    {
-        HbLineEdit::focusInEvent(event);
-        FOCUSITEM->setFocusProxy(this);
-        setCursorVisibility(Hb::TextCursorVisible);
-        emit replyStarted();
-    }
-    else
-    {
-        setCursorVisibility(Hb::TextCursorHidden);
-    }
- }
+	{
+	HbLineEdit::focusInEvent(event);
+    FOCUSITEM->setFocusProxy(this);
+    setCursorVisibility(Hb::TextCursorVisible);
+    emit replyStarted();    
+	}
 
 //---------------------------------------------------------------
 // MsgEditor::focusOutEvent