瀏覽代碼

Added missing variable.

Brucey 5 年之前
父節點
當前提交
6e92a994e6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      maxguitextareascintilla.mod/linuxgtk.bmx

+ 1 - 1
maxguitextareascintilla.mod/linuxgtk.bmx

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