Skip to content

Commit 6e5dc9a

Browse files
committedSep 14, 2016
fix a54bfc2
1 parent a54bfc2 commit 6e5dc9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsidentifyresultsdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ QgsWebView *QgsIdentifyResultsWebView::createWindow( QWebPage::WebWindowType typ
111111
wv->page()->setNetworkAccessManager( QgsNetworkAccessManager::instance() );
112112
wv->settings()->setAttribute( QWebSettings::LocalContentCanAccessRemoteUrls, true );
113113
wv->settings()->setAttribute( QWebSettings::JavascriptCanOpenWindows, true );
114-
settings()->setAttribute( QWebSettings::PluginsEnabled, true );
114+
wv->settings()->setAttribute( QWebSettings::PluginsEnabled, true );
115115
#ifdef QGISDEBUG
116116
wv->settings()->setAttribute( QWebSettings::DeveloperExtrasEnabled, true );
117117
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.