Skip to content

Commit 1de9a80

Browse files
committed
bruh
1 parent b653dcb commit 1de9a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget/windows/nsWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2839,7 +2839,7 @@ bool nsWindow::UpdateNonClientMargins(bool aReflowWindow) {
28392839
// to clear the portion of the NC region that is exposed by the
28402840
// hidden taskbar. As above, we clear the bottom of the NC region
28412841
// when the taskbar is at the top of the screen.
2842-
if (isWin10OrLater) {
2842+
if (IsWin10OrLater()) {
28432843
UINT clearEdge = (edge == ABE_TOP) ? ABE_BOTTOM : edge;
28442844
mClearNCEdge = Some(clearEdge);
28452845
}

0 commit comments

Comments
 (0)