Procházet zdrojové kódy

Added missing variable.

Brucey před 5 roky
rodič
revize
6e92a994e6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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