Modify ↓
#17344 closed enhancement (fixed)
ValidatorDialog: Right click on the titlebar always shows all buttons enabled
Reported by: | GerdP | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 19.03 |
Component: | Core validator | Version: | |
Keywords: | Cc: |
Description
While the "real" buttons are sometimes displayed as disabled the popup that is displayed when you right click on the validator titlebar always shows all buttons enabled. Other panels like the one for Relations or Selection are different.
Attachments (1)
Change History (5)
comment:1 by , 6 years ago
Component: | Core → Core validator |
---|
by , 6 years ago
Attachment: | 17344.patch added |
---|
comment:2 by , 6 years ago
comment:4 by , 6 years ago
Milestone: | → 19.03 |
---|
Note:
See TracTickets
for help on using tickets.
Solution is to disable the Action, not the corresponding
SideButton
instance. The attached patch also fixes #17343.