Skip to content

fix rendering artifacts introduced by calling winId

Christoph Cullmann requested to merge fix-win-id-rendering into master

winId shall not be called on non-native widgets

just call effectiveWinId that will handle this for us

BUG: 411965

Merge request reports