Toggle outline/bookmarks when the main bar is invisible?

Asked by Salehmu

I can not open either outline or bookmarks bar when the menu bar is not visible (toggled), how can I fix that?

Question information

Language:
English Edit question
Status:
Solved
For:
qpdfview Edit question
Assignee:
No assignee Edit question
Solved by:
Adam Reichold
Solved:
Last query:
Last reply:
Revision history for this message
Best Adam Reichold (adamreichold) said :
#1

This is known Qt issue but I have not decided on what a suitable workaround would look like, c.f. https://bugs.launchpad.net/qpdfview/+bug/1936793

Revision history for this message
Salehmu (salehmu) said :
#2

Thanks Adam Reichold, that solved my question.

Revision history for this message
Salehmu (salehmu) said :
#3

The patch fixed it for me, thanks (again :D), so is there is a way to hide the menu bar by default?

Revision history for this message
Adam Reichold (adamreichold) said :
#4

There is currently no way to permanently hide it. We considered making that sticky but decided against it as this can happen accidentally and it would be to hard to restore this if it was sticky.

Revision history for this message
Salehmu (salehmu) said :
#5

I don't need to a permanent hide. Just being toggled to be hidden as default (and I can toggle it again to make it visible) will do the trick.
I think something like calling the toggle function in the application start would handle it, but I don't know how to implement it