diff options
Diffstat (limited to 'src/Editor.cxx')
| -rw-r--r-- | src/Editor.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Editor.cxx b/src/Editor.cxx index 195be8a01..4bcebaf8d 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -7375,7 +7375,7 @@ sptr_t Editor::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) {  		return vs.caretStyle;  	case SCI_SETCARETWIDTH: -		vs.caretWidth = Sci::clamp(static_cast<int>(wParam), 0, 3); +		vs.caretWidth = Sci::clamp(static_cast<int>(wParam), 0, 20);  		InvalidateStyleRedraw();  		break; | 
