Skip to content

Commit

Permalink
Merge 0535462 into b96e322
Browse files Browse the repository at this point in the history
  • Loading branch information
beru committed Apr 23, 2021
2 parents b96e322 + 0535462 commit f1b86da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sakura_core/view/CCaret.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ void CCaret::ShowCaretPosInfo()
setStatusText( nIndex++, 0, szFontSize );
::SendMessage(hWnd, WM_SETREDRAW, TRUE, 0);
InvalidateRect(hWnd, &updatedRect, TRUE);
UpdateWindow(hWnd);
}
}

Expand Down

0 comments on commit f1b86da

Please sign in to comment.