code clean
[mdictionary] / src / mdictionary / qml / GoogleDialog.qml
index 77fef8d..c41a87d 100644 (file)
@@ -33,10 +33,10 @@ Rectangle{
 
     function setFocus(){
         if(focusIndex==0){
-            console.log("01");
+            comboFrom.focus = true;
         }
         if(focusIndex==1){
-            console.log("02");
+            comboTo.focus = true;
         }
         if(focusIndex==2){
             revertButton.focus = true