Skip to content

Commit

Permalink
Remove redraw of label
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Jan 8, 2025
1 parent 392fa7c commit bdf4f37
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 @@ -622,8 +622,8 @@ LRESULT CALLBACK Application::WindowProc(
SetBkMode(hdc_static, TRANSPARENT);

// Force redraw of the label to prevent overlapping
InvalidateRect(label, nullptr, TRUE);
UpdateWindow(label);
// InvalidateRect(label, nullptr, TRUE);
// UpdateWindow(label);

return (LRESULT)GetStockObject(NULL_BRUSH);
}
Expand Down

0 comments on commit bdf4f37

Please sign in to comment.