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
on_draw is triggered via the draw_event callback which is processed after the
rest of the rendering in finished, but before the buffer is painted to the
screen so the `blit` call was at best redundent (causing two copies of the
buffer from our side to the GUI side) and at worst causes segfaults in some
versions of Qt.
Closes#28002
0 commit comments