We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In examples/gui/animation/anim_test.lpr, I see this code:
procedure TMainForm.AfterCreate; begin // ... Sizeable := False;
But the application is sizeable (tested on Linux). Is that property broken, or do I wrongly understand its meaning?
The text was updated successfully, but these errors were encountered:
Hello Roland.
It seems that Sizeable := False; only works for Windows, on Linux there is no effect. See my answer on Eschecs issue https://gitlab.com/rchastain/eschecs/-/issues/43#note_1225640386
Also on Windows property OnResize := @OnResized; is not executed when a window is resized. (but ok on Linux)
Sorry, something went wrong.
Hello Fred! Thank you very much.
Thank you Roland, it is definitely a regression error. I'll take a look.
No branches or pull requests
In examples/gui/animation/anim_test.lpr, I see this code:
But the application is sizeable (tested on Linux). Is that property broken, or do I wrongly understand its meaning?
The text was updated successfully, but these errors were encountered: