Skip to content

Commit

Permalink
Merge 4bfa067 into 25ccc53
Browse files Browse the repository at this point in the history
  • Loading branch information
dep5 authored Jul 30, 2021
2 parents 25ccc53 + 4bfa067 commit 4c7e4fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sakura_core/view/CCaret.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,9 @@ void CCaret::ShowCaretPosInfo()
::UnionRect(&updatedRect, &updatedRect, &partRect);
}
};
::SendMessage(hWnd, WM_SETREDRAW, FALSE, 0);
if (!m_pEditView->GetSelectionInfo().IsMouseSelecting() && !m_pEditView->m_bDragMode) {
::SendMessage(hWnd, WM_SETREDRAW, FALSE, 0);
}
if( m_bClearStatus ){
setStatusText( 0, SBT_NOBORDERS, L"" );
}
Expand Down

0 comments on commit 4c7e4fd

Please sign in to comment.