mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: Editor overwrite mode fixes (#143)
This commit is contained in:
parent
e725dd2d69
commit
9b07a9e45a
5 changed files with 5 additions and 5 deletions
|
|
@ -343,7 +343,7 @@ void CodeEditor::IndentInsert(int chr, int count) {
|
|||
if(s)
|
||||
s->IndentInsert(*this, chr, count);
|
||||
else
|
||||
InsertChar(chr, count);
|
||||
InsertChar(chr, count, true);
|
||||
}
|
||||
|
||||
void CodeEditor::Make(Event<String&> op)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue