| Summary: | [UX] Add a Show/hide entry in context menu of layers tabs in Draw | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Olivier Hallot <olivier.hallot> |
| Component: | Draw | Assignee: | Heiko Tietze <heiko.tietze> |
| Status: | VERIFIED FIXED | ||
| Severity: | enhancement | CC: | heiko.tietze, kainz.a, mentoring, momonasmon, rb.henschel, stephane.guillou |
| Priority: | medium | ||
| Version: | Inherited From OOo | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=153432 https://bugs.documentfoundation.org/show_bug.cgi?id=89130 |
||
| Whiteboard: | target:7.6.0 inReleaseNotes:7.6 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 86349, 99648 | ||
|
Description
Olivier Hallot
2017-10-25 10:56:38 UTC
Shift+left click toggles layer's visibility, but it would be really good to show this shortcut in a context menu. Printable on/off is on Crtl+Shift+Click, Lock/unlock is on Ctrl+Click. Adding a command to the context menu shouldn't be too hard. That would be really usefull if we can get .uno commands for visible, printable and locked. I think the coding stuff is in layeroptionsdlg.cxx but I don't know how to make a new .uno: command. I didn't found any uno command for Printable and Lock. Heiko Tietze committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/9b9159aa9073318c6892787d721b8cd732525972 Resolves tdf#113439 - Show/Hide menu item in Draw's layer menu It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Verified and added to release notes: https://wiki.documentfoundation.org/index.php?title=ReleaseNotes%2F7.6&type=revision&diff=647322&oldid=646792 Was never available, so inherited. Thanks Heiko! |