Opened 3 years ago
Closed 3 years ago
#4222 closed defect (fixed)
Layerlist button menu violates design
| Reported by: | stoecker | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
When using rightklick in layerlist e.g. when multiple elements are selected, the remove action only removes one element. Probably other actions handle this equal. Seems the actions have not been updated to multiselection.
Attachments (0)
Change History (4)
comment:1 Changed 3 years ago by Gubaer
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 3 years ago by stoecker
- Summary changed from Layerlist right click menu does not handle multiselection to Layerlist button menu violates design
Changing the use of SideButton to a JToolBar violates the design of right side menu. Icons are too large and no longer spread over the whole line.
comment:3 Changed 3 years ago by stoecker
- Resolution fixed deleted
- Status changed from closed to reopened
Actually I see you did that in multiple dialogs. Please revert these changes. Buttons vanish when you scale the menu and they use much more space than necessary again. There is a reason why right menu uses SideButton instead of JButton.
comment:4 Changed 3 years ago by stoecker
- Resolution set to fixed
- Status changed from reopened to closed



(In [2697]) fixed #4222: Layerlist right click menu does not handle multiselection