Browse Source

bug-fix for Captain mode

Le Tan 7 years ago
parent
commit
b510dc976b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/vnotebookselector.cpp

+ 2 - 0
src/vnotebookselector.cpp

@@ -583,10 +583,12 @@ bool VNotebookSelector::handleKeyNavigation(int p_key, bool &p_succeed)
         // Hit.
         // Hit.
         p_succeed = true;
         p_succeed = true;
         ret = true;
         ret = true;
+        setFocus();
         if (m_naviLabel) {
         if (m_naviLabel) {
             showPopup();
             showPopup();
         }
         }
     }
     }
+
     return ret;
     return ret;
 }
 }