We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795bd8d commit 0dfded0Copy full SHA for 0dfded0
src/qadwaitadecorations.cpp
@@ -695,7 +695,9 @@ QRect QAdwaitaDecorations::windowContentGeometry() const
695
void QAdwaitaDecorations::forceRepaint()
696
{
697
// Set dirty flag
698
- waylandWindow()->decoration()->update();
+ if (waylandWindow()->decoration()) {
699
+ waylandWindow()->decoration()->update();
700
+ }
701
// Force re-paint
702
// NOTE: not sure it's correct, but it's the only way to make it work
703
if (waylandWindow()->backingStore()) {
0 commit comments