Skip to content

Commit

Permalink
#1601 のキャレット位置の文字情報をステータスバーに設定する際の再描画をまとめた変更で UpdateWindow の呼び出しが必要なの…
Browse files Browse the repository at this point in the history
…に漏れていたのを修正
  • Loading branch information
beru committed Apr 23, 2021
1 parent b96e322 commit 0535462
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 0535462

Please sign in to comment.