src/hbinput/inputwidgets/hbinputcandidatelist.cpp
changeset 7 923ff622b8b9
parent 6 c3690ec91ef8
child 21 4633027730f5
child 34 ed14f46c0e55
--- a/src/hbinput/inputwidgets/hbinputcandidatelist.cpp	Wed Jun 23 18:33:25 2010 +0300
+++ b/src/hbinput/inputwidgets/hbinputcandidatelist.cpp	Tue Jul 06 14:36:53 2010 +0300
@@ -196,7 +196,10 @@
 void HbCandidateList::populateList(const QStringList &candidates, bool addSpellQuery)
 {
     Q_D(HbCandidateList);
-
+	// Only for the first time when we launch candidate list its not setting a layout, 
+	// Mostly the problem is form Qt side, for the time being to resolve issue related to candidate list
+	// making visible property true.  
+    setVisible(true);
     setContentWidget(d->mList);
 
     d->setPriority(HbPopupPrivate::VirtualKeyboard + 1);  // Should be shown on top of virtual keyboard.