Browse Source

Added missing variable.

Brucey 5 years ago
parent
commit
6e92a994e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      maxguitextareascintilla.mod/linuxgtk.bmx

+ 1 - 1
maxguitextareascintilla.mod/linuxgtk.bmx

@@ -410,7 +410,7 @@ Type TGTKScintillaTextArea Extends TGTKTextArea
 					End If
 					ta.ignoreChange = False
 
-					If notification.modificationType & SC_MOD_DELETETEXT Then
+					If ta.notification.modificationType & SC_MOD_DELETETEXT Then
 						bmx_mgta_scintilla_resetscrollwidth(ta.sciPtr)
 					End If