Skip to content

Commit

Permalink
fix(app): fix autocomplete typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Nov 4, 2024
1 parent 86ce0d1 commit 257ec48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.cc
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ namespace SSC {
}

case WM_GETMINMAXINFO: {
const auto screen = Window::getSizeInPixels();
const auto screen = Window::getScreenSize();
auto info = reinterpret_cast<LPMINMAXINFO>(lParam);

info->ptMinTrackSize.x = Window::getSizeInPixels(
Expand Down

0 comments on commit 257ec48

Please sign in to comment.