Drew Noakes
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Project/Src/Gui/TextArea.cs
|
|
@ -802,7 +802,7 @@ namespace ICSharpCode.TextEditor |
|
|
|
return true; |
|
|
|
|
|
|
|
// if not (or the process was 'silent', use the standard edit actions
|
|
|
|
var action = MotherTextEditorControl.GetEditAction(keyData); |
|
|
|
var action = MotherTextEditorControl?.GetEditAction(keyData); |
|
|
|
AutoClearSelection = true; |
|
|
|
if (action != null) |
|
|
|
{ |
|
|
|