[Okular-devel] [okular] [Bug 327641] New: Navigation / left panel setting is read from config file
Ciro Santilli
ciro.santilli at gmail.com
Fri Nov 15 09:22:12 UTC 2013
https://bugs.kde.org/show_bug.cgi?id=327641
Bug ID: 327641
Summary: Navigation / left panel setting is read from config
file
Classification: Unclassified
Product: okular
Version: unspecified
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: okular-devel at kde.org
Reporter: ciro.santilli at gmail.com
The setting related to Show Navigation Panel (F7 default shortcut) seems not to
be read from the okularpartrc config file at startup.
Test:
- start with an empty config/okularpartrc
- start okular
- hit F7 once
- OK: the navigation panel disappears. [Main View] ShowLeftPanel=false appears
on the rc
- close okular
- restart okular
- Expected: Navigation panel is not there.
- Actual: Navigation panel is there.
- Hit F7.
- Expected: Navigation panel disappears. `ShowLeftPanel=false`
- Actual: Navigation panel is there. `ShowLeftPanel=false` disappears from rc
file.
- Hit F7 again.
- OK: Navigation panel disappears. `ShowLeftPanel=false` appears on the rc
file.
The setting is used mostly under part.cpp and is called `ShowLeftPanel`. What
intrigues me the most is that `ShowBottomBar` has very similar code to it but
it works.
Reproducible: Always
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Okular-devel
mailing list