diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 10 | 
1 files changed, 9 insertions, 1 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f8593fbee..11b4ecdee 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -543,7 +543,7 @@  	Released 10 April 2018.  	</li>  	<li> -	Add experimental SC_DOCUMENTOPTION_TEXT_LARGE option to accomodate documents larger than +	Add experimental SC_DOCUMENTOPTION_TEXT_LARGE option to accommodate documents larger than  	2 GigaBytes.  	</li>  	<li> @@ -562,6 +562,14 @@  	SciTE fixes a bug where replacing "^" always matched on the first line even when it was an  	"in selection" replace and the selection started after the line start.  	</li> +	<li> +	Bug fixed with SciTE on macOS where corner debris appeared in the margin when scrolling. +	Fixed by not completely hiding the status bar so the curved corner is no longer part of the +	scrolling region. +	By default, 4 pixels of the status bar remain visible and this can be changed with +	the statusbar.minimum.height property or turned off if the debris are not a problem by +	setting the property to 0. +	</li>      </ul>      <h3>         <a href="https://www.scintilla.org/scite404.zip">Release 4.0.4</a> | 
