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

Fl_Pack should override clear() to set resizable(0) #993

Closed
flpack opened this issue Jun 22, 2024 · 2 comments
Closed

Fl_Pack should override clear() to set resizable(0) #993

flpack opened this issue Jun 22, 2024 · 2 comments
Assignees
Labels
fixed The issue or PR was fixed.

Comments

@flpack
Copy link

flpack commented Jun 22, 2024

Fl_Pack's default resizable() is 0, this is set in constructor and is different from Fl_Group, for which it is this.
But when one calls clear(), resizable() gets set to this because it is Fl_Group::clear() which is called. Need to override clear() and set resizable(0) there. Thanks.

The issue is present in latest git master.

@ManoloFLTK ManoloFLTK self-assigned this Jun 23, 2024
@ManoloFLTK ManoloFLTK added the fixed The issue or PR was fixed. label Jun 23, 2024
@ManoloFLTK
Copy link
Contributor

@flpack This issue should be fixed with the commit mentioned above. Please, close issue if you confirm.

@ManoloFLTK
Copy link
Contributor

Closing this for lack of feedback from OP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed The issue or PR was fixed.
Projects
None yet
Development

No branches or pull requests

2 participants