-
Notifications
You must be signed in to change notification settings - Fork 55
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
TfpgCanvas GetClipRect #113
Comments
Could you possibly attach a small test program (source code) explaining or showing the issue. |
I wrote the code for your fpGUI example-develop\examples\gui\img test_jpg
The clip rectangle always remains empty (Windows and Linux), no matter what I do with the form. |
Also inside
How it view: And under linux canvas.GetClipRect Is Unassigned for Linux, at that time in Windows it has all visible part of my control on form. |
Hello.
In fpgui develop i try to draw on canvas. I wanted to take advantage of the optimization using cliprect.
The GetClipRect function returns an empty rectangle from the FClipRect field. It seems that this field is not updated when a message is received in the TfpgWidget.msgpaint method. It Planned in the future?
The text was updated successfully, but these errors were encountered: