Skip to content

Commit

Permalink
Do not set WA_PaintOnScreen of parent widget
Browse files Browse the repository at this point in the history
Setting this attribute on the parent widget, introduced in commit b53e94a
"Partial fix playback segfault Qt6 > 6.3.0" does break MythNews for Qt5.
Note that MythNews for Qt6 is broken completely because MythNews
does depend on the QtWebKit browser which is not available in Qt6.
  • Loading branch information
kmdewaal committed Jan 28, 2025
1 parent 08e9299 commit 3789c9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mythtv/libs/libmythui/opengl/mythrenderopengl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,6 @@ void MythRenderOpenGL::SetWidget(QWidget *Widget)
else
{
Widget->setAttribute(Qt::WA_PaintOnScreen);
if (native)
native->setAttribute(Qt::WA_PaintOnScreen);
}
}

Expand Down

0 comments on commit 3789c9c

Please sign in to comment.