mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Revert "Fix white flashes"
This reverts commit 4ebeb509b7
.
This commit is causing rendering errors as described in bugreport
https://bugs.kde.org/show_bug.cgi?id=426486
This commit is contained in:
parent
4ebeb509b7
commit
d00d385ea6
@ -81,8 +81,6 @@ WebPage::WebPage(QObject* parent)
|
||||
, m_secureStatus(false)
|
||||
{
|
||||
QWebChannel *channel = new QWebChannel(this);
|
||||
// Prevents white flashes.
|
||||
setBackgroundColor(MainApplication::palette().color(QPalette::Window));
|
||||
ExternalJsObject::setupWebChannel(channel, this);
|
||||
setWebChannel(channel, SafeJsWorld);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user