mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 16:40:51 +08:00
ui: Do not disable touch events for web view (fixes #356)
This commit is contained in:
@@ -42,7 +42,6 @@ using namespace Zeal::WidgetUi;
|
||||
WebView::WebView(QWidget *parent)
|
||||
: QWebView(parent)
|
||||
{
|
||||
setAttribute(Qt::WA_AcceptTouchEvents, false);
|
||||
page()->setNetworkAccessManager(Core::Application::instance()->networkManager());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user