aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webview.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-07-12 08:14:38 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-07-12 08:14:38 +0200
commitdc7ce0a224e70b785cdae7445a26aae412e55055 (patch)
tree4b80e1d1566dd455a800e010e04945d623074fd4 /src/webengine/webview.cpp
parentWebView: always add zoom widget to context menu (diff)
downloadsmolbote-dc7ce0a224e70b785cdae7445a26aae412e55055.tar.xz
WebView: fix context menu transparency with Plasma
Diffstat (limited to 'src/webengine/webview.cpp')
-rw-r--r--src/webengine/webview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/webview.cpp b/src/webengine/webview.cpp
index b7258ea..c286dbf 100644
--- a/src/webengine/webview.cpp
+++ b/src/webengine/webview.cpp
@@ -212,7 +212,7 @@ void WebView::contextMenuEvent(QContextMenuEvent *event)
}
menu->setMinimumWidth(250);
- menu->popup(event->globalPos());
+ menu->exec(event->globalPos());
}
void WebView::triggerViewAction(WebView::ViewAction action)