diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Editor.cxx | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/Editor.cxx b/src/Editor.cxx index 3f6e533b6..14d2b2673 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -7482,6 +7482,10 @@ sptr_t Editor::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) {  	case SCI_GETSELECTIONEND:  		return sel.LimitsForRectangularElseMain().end.Position(); +	case SCI_SETEMPTYSELECTION: +		SetEmptySelection(wParam); +		break; +  	case SCI_SETPRINTMAGNIFICATION:  		printMagnification = wParam;  		break; | 
