Opened 6 years ago
Last modified 6 years ago
#18638 closed enhancement
[PATCH] There should be a method to cycle through layers — at Version 2
| Reported by: | taylor.smock | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 20.02 |
| Component: | Core | Version: | |
| Keywords: | layer, cycle | Cc: |
Description (last modified by )
I originally used CTRL+[/CTRL+] for the layer switches, but I figured SHIFT+{/SHIFT+} would be better ([ -> { due to SHIFT converting [ to {).
I haven't written tests yet -- I'm doing that now.
I probably didn't pick the right class to instantiate the new class in (I'm currently using LayerListDialog, but I figured that was probably the best place to put it).
Change History (4)
by , 6 years ago
| Attachment: | 18638.patch added |
|---|
comment:1 by , 6 years ago
| Description: | modified (diff) |
|---|
by , 6 years ago
| Attachment: | 18638.1.patch added |
|---|
Switch back to [ and ] from { and } along with tests
comment:2 by , 6 years ago
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.



Initial patch (no tests)