Skip to content

Commit

Permalink
Merge pull request #147 from taj-ny/taj-ny-patch-1
Browse files Browse the repository at this point in the history
remove double semicolon
  • Loading branch information
taj-ny authored Dec 20, 2024
2 parents 2dd786d + b285414 commit a85a7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blur.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ void BlurEffect::updateBlurRegion(EffectWindow *w, bool geometryChanged)
content = w->contentsRect().translated(-w->contentsRect().topLeft()).toRect();
}
if (isX11WithCSD || (m_settings.forceBlur.blurDecorations && w->decoration())) {
frame = w->frameGeometry().translated(-w->x(), -w->y()).toRect();;
frame = w->frameGeometry().translated(-w->x(), -w->y()).toRect();
}
}

Expand Down

0 comments on commit a85a7bf

Please sign in to comment.