diff options
| -rw-r--r-- | cocoa/ScintillaView.mm | 2 | ||||
| -rw-r--r-- | doc/ScintillaHistory.html | 5 | 
2 files changed, 7 insertions, 0 deletions
| diff --git a/cocoa/ScintillaView.mm b/cocoa/ScintillaView.mm index e5b3a2e7b..c0b2ee950 100644 --- a/cocoa/ScintillaView.mm +++ b/cocoa/ScintillaView.mm @@ -266,6 +266,8 @@ static NSCursor *cursorFromEnum(Window::Cursor cursor) {  	super.frame = frame;  	mOwner.backend->Resize(); + +	[super prepareContentInRect: [self visibleRect]];  }  //-------------------------------------------------------------------------------------------------- diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index cf933b774..faa7539fe 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -558,6 +558,7 @@  	<td>Derek Brown</td>        </tr><tr>  	<td>cshnik</td> +	<td>Petko Georgiev</td>      </tr>      </table>      <p> @@ -623,6 +624,10 @@  	Increases memory use.  	<a href="https://sourceforge.net/p/scintilla/bugs/2224/">Bug #2224</a>.  	</li> +	<li> +	On Cocoa, fix drawing in revealed area after enlarging window. +	<a href="https://sourceforge.net/p/scintilla/bugs/2238/">Bug #2238</a>. +	</li>      </ul>      <h3>         <a href="https://www.scintilla.org/scite500.zip">Release 5.0.0</a> | 
