Bug? View's properties not updated

JdV

Active Member
Licensed User
Longtime User
Hi

I have found a minor bug in the designer. It may have already been reported but I couldn't see it.

Steps to recreate it:
  1. Create a new layout
  2. Add a panel and a button to the activity (see 'Before' screenshot)
  3. Change the button so that its parent is now the panel
  4. The button is still selected but the 'left' and 'top' details in the property pane haven't changed to reflect the new location
In the example screenshot ('After') the button's 'top' property remains 220 even though the height of panel1 is only 200.

It's a very minor issue since the details get updated if you select a different view before re-selecting the button.

Regards

Joe

Before.png After.png
 
Top