mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
bug-fix for Captain mode
This commit is contained in:
parent
14d0f1700c
commit
b510dc976b
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user