bug-fix for Captain mode

This commit is contained in:
Le Tan 2018-01-22 20:29:26 +08:00
parent 14d0f1700c
commit b510dc976b

View File

@ -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;
} }