SimpleImageViewer icon indicating copy to clipboard operation
SimpleImageViewer copied to clipboard

Fix for issue #39: Jump in StackView

Open Tantalum73 opened this issue 6 years ago • 0 comments

Fixes #39

Changes proposed in this pull request:

  • Do not set a view to be hidden ('isHidden = true') as the StackView needs to re-calculate its layout.
  • Instead, change the alpha to 0 in order to achieve the effect.

For further descriptions, please visit #39 as well as the attached sample project.

Tantalum73 avatar Oct 02 '18 14:10 Tantalum73