Opened 15 years ago
Closed 15 years ago
#4222 closed defect (fixed)
Layerlist button menu violates design
Reported by: | stoecker | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
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 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Summary: | Layerlist right click menu does not handle multiselection → 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 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → 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 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
(In [2697]) fixed #4222: Layerlist right click menu does not handle multiselection