Bug 390951

Summary: Cannot toggle horizontal/vertical Mirror Tool when non-paint layer is selected
Product: [Applications] krita Reporter: Tyson Tan <tysontanx>
Component: UsabilityAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 4.0.0-beta.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Tyson Tan 2018-02-23 14:21:02 UTC
When a non-paint layer is selected (for example: clone layer, group layer), I cannot toggle horizontal/vertical Mirror Tool (the last two buttons in the toolbar). 

It makes sense to forbid people from painting on non-paint layers. However, it is very confusing to stop us from toggling Mirror mode with "a certain layer type being selected" as a condition. They just don't naturally connect in my brain. I had a very hard time figuring out what happened the first time.

I suggest we make it possible to toggle horizontal/vertical Mirror Tool all the time.
Comment 1 Halla Rempt 2018-02-27 11:23:44 UTC
Git commit 88e1f26834196aefaf08ea656c320ee8e461847e by Boudewijn Rempt.
Committed on 27/02/2018 at 11:22.
Pushed by rempt into branch 'master'.

Don't deactive the mirror buttons on non-paint layers

Users might still want to set the axes and things like that.

M  +2    -2    krita/krita.action

https://commits.kde.org/krita/88e1f26834196aefaf08ea656c320ee8e461847e
Comment 2 Tyson Tan 2018-02-27 16:19:10 UTC
Thank you, Boud! :)