RoundCorners icon indicating copy to clipboard operation
RoundCorners copied to clipboard

Some units do not shrink

Open 22degrees opened this issue 8 years ago • 0 comments

sampler-effect-rack

affected units: Samplers, Effects, Microphones/Aux

steps to reproduce the failure:

  1. expand the sampler with all UI elements (maximum height)
  2. reload the skin
  3. hide the additional UI elements and shrink the sampler (minimum height)

Result: SizeAwareStack doesn't shrink when the inner element is shrinking.

steps to demonstrate the proper functionality:

  1. hide the additional UI elements and shrink the sampler (minimum height)
  2. reload the skin
  3. expand the sampler with all UI elements (maximum height)
  4. hide the additional UI elements and shrink the sampler (minimum height)

Result: SizeAwareStack expand and shrink when the inner element is resizing.

22degrees avatar Oct 31 '17 22:10 22degrees