Skip to content

Commit

Permalink
Fix whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiolo committed Dec 10, 2024
1 parent 0e71786 commit c7fade2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/document.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ struct Document {
}

void DrawSelect(wxDC &dc, Selection &s, bool refreshinstead = false, bool cursoronly = false) {
sys->UpdateAmountStatus(s);
sys->UpdateAmountStatus(s);
#ifdef SIMPLERENDER
if (refreshinstead) {
Refresh();
Expand Down

0 comments on commit c7fade2

Please sign in to comment.