We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a54bfc2 commit 6e5dc9aCopy full SHA for 6e5dc9a
src/app/qgsidentifyresultsdialog.cpp
@@ -111,7 +111,7 @@ QgsWebView *QgsIdentifyResultsWebView::createWindow( QWebPage::WebWindowType typ
111
wv->page()->setNetworkAccessManager( QgsNetworkAccessManager::instance() );
112
wv->settings()->setAttribute( QWebSettings::LocalContentCanAccessRemoteUrls, true );
113
wv->settings()->setAttribute( QWebSettings::JavascriptCanOpenWindows, true );
114
- settings()->setAttribute( QWebSettings::PluginsEnabled, true );
+ wv->settings()->setAttribute( QWebSettings::PluginsEnabled, true );
115
#ifdef QGISDEBUG
116
wv->settings()->setAttribute( QWebSettings::DeveloperExtrasEnabled, true );
117
#endif
0 commit comments