You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After drawing objects on macos, the canvas is not updated. The next update happens at a paint event triggered by resizing the window or accessing the menu. The issue seems to be related to TViewport.CopyBackBufferRectOnCanvas and that fOnPaint is not assigned there.
After drawing objects on macos, the canvas is not updated. The next update happens at a paint event triggered by resizing the window or accessing the menu. The issue seems to be related to
TViewport.CopyBackBufferRectOnCanvas
and thatfOnPaint
is not assigned there.tpx/ViewPort.pas
Line 1007 in acba881
The text was updated successfully, but these errors were encountered: