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
This issue is caused by antialiasing.
Firstly, antialiasing was an option.
But when FramebufferObject is set as QQuickItem rendering target, it can boost antialiasing - you can draw much more shapes before it will be slowed down.
So if lags start, user can disable antialiasing option.
But changing antialiasing option dynamically if render target is FrameBufferobject causes application crash - it is Qt bug.
See https://bugreports.qt.io/browse/QTBUG-46434.
The text was updated successfully, but these errors were encountered:
This issue is caused by antialiasing.
Firstly, antialiasing was an option.
But when FramebufferObject is set as QQuickItem rendering target, it can boost antialiasing - you can draw much more shapes before it will be slowed down.
So if lags start, user can disable antialiasing option.
But changing antialiasing option dynamically if render target is FrameBufferobject causes application crash - it is Qt bug.
See https://bugreports.qt.io/browse/QTBUG-46434.
The text was updated successfully, but these errors were encountered: