Skip to content

Commit

Permalink
Remove old handle of WM_ERASEBKGND
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Jan 21, 2025
1 parent 6325505 commit 347d303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -651,8 +651,8 @@ LRESULT CALLBACK Application::WindowProc(
break;
}

case WM_ERASEBKGND:
return 1;
// case WM_ERASEBKGND:
// return 1;

case WM_CTLCOLORSTATIC: {
auto label = (HWND)lParam;
Expand Down

0 comments on commit 347d303

Please sign in to comment.