Skip to content

Commit

Permalink
Merge pull request #605 from capilkey/fix-issue-1635
Browse files Browse the repository at this point in the history
fix for issue 1635, some of the values needed to be reset
  • Loading branch information
ffdixon committed Apr 9, 2015
2 parents ed46391 + 1e732c5 commit 761453f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -213,6 +213,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
if (UserManager.getInstance().getConference().amIPresenter) {
slideModel.adjustSlideAfterParentResized();
slideModel.onMove(0, 0); // fake a move to reset some values
slideModel.displayPresenterView();
slideModel.printViewedRegion();
fitSlideToLoader();
Expand Down

0 comments on commit 761453f

Please sign in to comment.