Skip to content

Commit

Permalink
Merge pull request #1754 from sakura-editor/minimap_backspace_redraw_…
Browse files Browse the repository at this point in the history
…all_views

BSキーでカーソル前を削除時に画面が余計に再描画される事を防ぐ
  • Loading branch information
beru authored Jan 14, 2022
2 parents b8bb61e + 5384616 commit 12d5c59
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 12d5c59

Please sign in to comment.