You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that this behavior comes from suggestion #54, but I did not realize that this piece of code also affects swapping. I will fix this so swapping will work as intended.
Alright, it's me again :D
Pixelorama version: v0.8.2-dev, Commit "Fixes #363" (df7a650) (latest)
OS/device including version: Arch Linux
Issue description:
If one of the colors is fully transparent when swapping between the left-tool color and right-tool color it will become fully opaque.
Steps to reproduce:
Click on one color and drag the alpha slider to 0, then press x or on the two-sided arrows to swap the colors.
I see why it happens here:
Pixelorama/src/Autoload/Tools.gd
Lines 122 to 129 in df7a650
But I can't say I understand the reasoning behind that if statement? At least the swapping behaviour is not what one might expect from other software.
The text was updated successfully, but these errors were encountered: