aferrero2707 / PhotoFlow

A fully non-destructive photo retouching program providing a complete layer-based workflow including RAW image development.
http://aferrero2707.github.io/PhotoFlow
GNU General Public License v3.0
315 stars 36 forks source link

Clicking on opacity/mask field next to Layer name #39

Closed salvadhor closed 9 years ago

salvadhor commented 9 years ago

Clicking on opacity/mask field next to layer name adds each time another tab, and another. Shouldn't it activate existing opacity/mask for current layer?

aferrero2707 commented 9 years ago

You are right, I'll try to fix that before 0.2.1 is released.

aferrero2707 commented 9 years ago

Fixed in stable branch: https://github.com/aferrero2707/PhotoFlow/commit/f7ec7a8ca343b38dc0ced56ea1d5091c8208effa. The behaviour is now exactly the expected one: if the tab is already existing it gets activated instead of adding a new one.

Thanks for reporting this!