Potentially fixed #82?

This commit is contained in:
Martin Rotter 2017-01-20 10:47:53 +01:00
parent 7bc8caa6c4
commit 1db5e61c8b

View File

@ -25,6 +25,7 @@
WebPage::WebPage(QObject *parent) : QWebEnginePage(parent) {
setBackgroundColor(Qt::transparent);
}
WebViewer *WebPage::view() const {