In scintilla/gtk/ScintillaGTK.cxx:

> @@ -3114,6 +3135,7 @@ void ScintillaGTK::ClassInit(OBJECT_CLASS* object_class, GtkWidgetClass *widget_
>  	// in Initialise() may require coordinate translation?)
>  
>  	object_class->finalize = Destroy;
> +	object_class->dispose = Dispose;

doesn't matter, but order is inverted from upstream Scintilla


Reply to this email directly or view it on GitHub.