Skip to content

Commit

Permalink
Merge branch 'jb44721' into 'master'
Browse files Browse the repository at this point in the history
[qtmozembed] Use new ScheduleUpdate API. Fixes JB#44721

See merge request mer-core/qtmozembed!46
  • Loading branch information
rainemak committed Apr 2, 2019
2 parents e5b635c + e270fa5 commit 8c7688d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm/qtmozembed-qt5.spec
@@ -1,4 +1,4 @@
%global min_xulrunner_version 38.8.0.15
%global min_xulrunner_version 45.9.1

%define system_nspr 1
%define system_pixman 1
Expand Down
2 changes: 1 addition & 1 deletion src/qopenglwebpage.cpp
Expand Up @@ -284,7 +284,7 @@ void QOpenGLWebPage::update()
return;
}

d->mMozWindow->scheduleUpdate();
d->mView->ScheduleUpdate();
}

void QOpenGLWebPage::forceActiveFocus()
Expand Down

0 comments on commit 8c7688d

Please sign in to comment.