diff options
| -rw-r--r-- | src/Editor.cxx | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/Editor.cxx b/src/Editor.cxx index 89c67b433..fb66c8a86 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -5134,6 +5134,7 @@ int Editor::KeyCommand(unsigned int iMessage) {  		inOverstrike = !inOverstrike;  		DropCaret();  		ShowCaretAtCurrentPosition(); +		ContainerNeedsUpdate(SC_UPDATE_CONTENT);  		NotifyUpdateUI();  		break;  	case SCI_CANCEL:            	// Cancel any modes - handled in subclass | 
