diff options
Diffstat (limited to 'src/osx')
-rw-r--r-- | src/osx/gui/Window.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osx/gui/Window.mm b/src/osx/gui/Window.mm index fcbc5cb5..1a42f340 100644 --- a/src/osx/gui/Window.mm +++ b/src/osx/gui/Window.mm @@ -78,6 +78,8 @@ void OsxWindowPrivate::OnWindowDidResize() { draw_layer_ = CreateLayer(Convert(content_rect_.GetSize())); resize_event_.Raise(osx_window_->GetClientSize()); + + osx_window_->RequestRepaint(); } void OsxWindowPrivate::OnBecomeKeyWindow() { focus_event_.Raise(FocusChangeType::Gain); } |