Skip to content

Commit

Permalink
Reduce flicker by removing InvalidateRect()
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Jan 8, 2025
1 parent e454ba7 commit 04db9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ inline void Application::update(
message.c_str()
);

InvalidateRect(this->hwnd, nullptr, TRUE);
// InvalidateRect(this->hwnd, nullptr, TRUE);
}

void Application::update_windows(
Expand Down

0 comments on commit 04db9f9

Please sign in to comment.