aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.mm
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/ScintillaView.mm')
-rw-r--r--cocoa/ScintillaView.mm2
1 files changed, 2 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]];
}
//--------------------------------------------------------------------------------------------------