summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r--src/gui/gui.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index db03887fb..cb91f09c4 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -526,6 +526,8 @@ void Gui::videoResized() const
top->adjustAfterResize(oldWidth, oldHeight);
}
+ if (viewport)
+ viewport->videoResized();
Widget::distributeWindowResizeEvent();
}