boxer-project / boxer-sunrise

Sunrise on the Boxer Reconstruction Project
BSD 3-Clause "New" or "Revised" License
39 stars 2 forks source link

Sprite's `SHAPE` & `SHOWN?` boxes render on top of each other #87

Open rigdern opened 4 days ago

rigdern commented 4 days ago

Repro steps

I reproed this with Boxer 3.4.19 2024-06-24. It does not repro with 3.4.18 2024-05-26.

  1. Create a new sprite.
  2. Click into the sprite and open its closet
  3. Evaluate Show-Sprite-Properties

Unexpected result: The SHAPE box renders on top of the SHOWN? box. Screenshot: image

sgithens commented 4 days ago

Oof, thanks for filing this, I noticed it earlier today (maybe yesterday), and it is frightenfully annoying.

In the new layout, I must be leaving out the check to make the minimum box width take in to account the length of the name label. Hope to have this one fixed shortly.

sgithens commented 4 days ago

This is fixed now with d162869 . Leaving ticket open until it's included in the 3.4.20 build.