Skip to content

Commit

Permalink
カーソル前を削除する処理 CViewCommander::Command_DELETE_BACK で CDocEditor::m_nOpe…
Browse files Browse the repository at this point in the history
…BlkRedawCount をインクリメントする処理を追加

キャレット移動の CMoveCaretOpe 追加では再描画は必要無いはず
  • Loading branch information
beru committed Jan 4, 2022
1 parent 0dd4391 commit 5384616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sakura_core/cmd/CViewCommander_Edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,7 @@ void CViewCommander::Command_DELETE_BACK( void )
GetCaret().GetCaretLogicPos()
)
);
GetDocument()->m_cDocEditor.m_nOpeBlkRedawCount++;
}
m_pCommanderView->DeleteData( true );
}
Expand Down

0 comments on commit 5384616

Please sign in to comment.