Backport Scintilla patch correctly disposing scrollbars
commit3d439b4cfc42652d923bd5b9c454fde6d3737e4a
authorJiří Techet <techet@gmail.com>
Sat, 14 Nov 2015 09:26:07 +0000 (14 10:26 +0100)
committerJiří Techet <techet@gmail.com>
Sat, 14 Nov 2015 09:26:07 +0000 (14 10:26 +0100)
tree7d2222204de0af4f2cdb8d2f369f748e32e2c58a
parent756d4abdb2155271a28a53835433dd021cb8998a
Backport Scintilla patch correctly disposing scrollbars

The unparent method should be called in dispose(), not in finalize().
This patch fixes that which removes some ugly warnings from OS X command
line.
scintilla/gtk/ScintillaGTK.cxx