--- a/messagingapp/msgui/conversationview/src/msgconversationbaseview.cpp Tue Aug 03 21:34:40 2010 +0530
+++ b/messagingapp/msgui/conversationview/src/msgconversationbaseview.cpp Fri Aug 06 23:19:50 2010 +0530
@@ -123,7 +123,6 @@
SIGNAL(switchView(const QVariantList&)));
connect(mConversationView, SIGNAL(vkbOpened(bool)), this, SLOT(hideChrome(bool)));
- connect(mConversationView, SIGNAL(vkbOpened(bool)), mContactCard, SLOT(ignoreSignals(bool)));
this->setMenu(mConversationView->menu());
@@ -267,6 +266,9 @@
mContactCard->show();
}
}
+
+ //forcing relayouting
+ mMainLayout->activate();
}
//---------------------------------------------------------------