Opened 9 years ago
Last modified 9 years ago
#13722 closed enhancement
layer should not get the "show" checkbox disabled based on visiblity slider state — at Initial Version
| Reported by: | aseerel4c26 | Owned by: | michael2402 |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | latest |
| Keywords: | layers visbility | Cc: |
Description
Michael, while you're at it: The automatic "hide" feature of a layer is breaking my GUI expectations (which is most striking if you use the new mouse wheel slider movement - ticket #13703 ).
Steps:
- scroll muuuuch to lower the Opacity of a layer until the slider is at the lowest position
- (the layer automatically gets the "show" checkbox disabled)
- scroll in the opposite direction to increase the Opacity again (undo your action in 1.)
Expected: layer gets visible again since you have undone your movement
Actual: the layer stays inactive and you need to check the box (which you've never enabled)
I guess it is this bit (and could not find a comment why it is there):
if (getRealValue() <= 0.001 && !getValueIsAdjusting()) {
setVisibleFlag(false);
Is there a reason for this feature? I would suggest to not automatically disable the "show" checkbox based on slider action. Thank you! :)


