Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maplespe committed Feb 7, 2024
1 parent d48bc8b commit 0bbb0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DWMBlurGlassExt/Section/BackdropMaterials.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ namespace MDWMBlurGlassExt
backdrop->windowActivated = windowActivated;
backdrop->spriteVisual.Size(currentSize);
backdrop->spriteVisual.Brush(currentBrush);
if (os::buildNumber < 22000)
if (os::buildNumber < 22000 != extendToBorders)
{
backdrop->udwmVisual->SetInsetFromParent(&margins);
}
Expand Down

0 comments on commit 0bbb0a3

Please sign in to comment.