ImpulseAdventure / GUIslice-Builder

Cross-platform drag & drop GUI builder for GUIslice
Other
163 stars 34 forks source link

Builder some Elements Height/width reset to default when moved #190

Closed nadjet09 closed 2 years ago

nadjet09 commented 2 years ago

Describe the bug If Textinput, NumberInput, or just text box placed in the project with specific font size, their own Height/Width will be generated automatically. even though the height and width is possible to modify it will change back to default height and width if developer decided to move the element. It may not be a big of a trouble if it's a single or few elements, but it happens that the elements are a lot. and during the project development ideas changes, and all element needed to move up/down or left/right. this will bring all elements to default height/width, and it's time consuming to keep entering the height/width individually multiple times . this could be one time change and doesn't matter if element is moved it should keep the new dimensions.

To Reproduce Steps to reproduce the behavior:

  1. Go to Guibuilder
  2. create new project
  3. add TextInput/NumberInput/ Text
  4. change Height and width.
  5. Move the Element to different position.

Expected behavior the Height width changed back to default value.

Crash log / Project files no crash.

Screenshots

  1. Gui1
    upload

  2. Gui2
    upload

Version

Additional context Add any other context about the problem here.

Pconti31 commented 2 years ago

@nadjet09 Well, that stinks. I reproduced the problem. I'll provide a hotfix once I figure out what is going on. Paul--

Pconti31 commented 2 years ago

@nadjet09 HotFix 0.17.b06 addresses this problem. Paul--

nadjet09 commented 2 years ago

it's working for me :)