diff --git a/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/PresentationWindow.mxml b/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/PresentationWindow.mxml
index a030c1d26f..f6dcc550e7 100755
--- a/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/PresentationWindow.mxml
+++ b/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/PresentationWindow.mxml
@@ -211,6 +211,7 @@ with BigBlueButton; if not, see .
private function addWhiteboardToolbar(event:TimerEvent):void {
LOGGER.debug("Sending event to add whiteboard canvas.");
+ callLater(fitSlideToWindowMaintainingAspectRatio);
// Tell the WhiteboardManager to add the toolbar
var e:WhiteboardButtonEvent = new WhiteboardButtonEvent(WhiteboardButtonEvent.WHITEBOARD_ADDED_TO_PRESENTATION);
e.window = this;
@@ -1056,7 +1057,7 @@ with BigBlueButton; if not, see .
-
+