Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-resizable windows get loaded improperly #21

Open
eukara opened this issue Sep 25, 2022 · 2 comments
Open

Non-resizable windows get loaded improperly #21

eukara opened this issue Sep 25, 2022 · 2 comments
Assignees
Labels

Comments

@eukara
Copy link

eukara commented Sep 25, 2022

If you have a interface with a window, commonly a NSPanel, and disallow Resizing (Attributes pane, uncheck "Resize Bar"), then saving the window and reloading the interface file will result in the window changing sizes.
It will always add the size of the resize-bar to itself.

Due to the bottom-to-top nature, this results in me having to move my objects up. Every single time.
Sometimes it is a pretty destructive process and I just redo the whole thing.

@gcasa
Copy link
Member

gcasa commented Sep 25, 2022

Thank you for your report. I will see if I can recreate the issue. Do you have any gorm files you can share by chance? Thanks GC

@eukara
Copy link
Author

eukara commented Sep 25, 2022

Indeed I do: http://icculus.org/~marco/tmp/gorm-bug.tar.gz

Simply open this up. Check the size of the NSPanel.
Move the button around, save, then reload the interface.
You will notice the size has changed.

Thank you for the speedy reply :D

@gcasa gcasa added the bug label Mar 17, 2023
@gcasa gcasa self-assigned this Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants