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 514b03c commit ebf41f0Copy full SHA for ebf41f0
src/gui/qgsmaptip.cpp
@@ -26,7 +26,9 @@
26
#include <QToolTip>
27
#include <QSettings>
28
#include <QLabel>
29
+#if WITH_QTWEBKIT
30
#include <QWebElement>
31
+#endif
32
#include <QHBoxLayout>
33
34
@@ -128,6 +130,7 @@ void QgsMapTip::showMapTip( QgsMapLayer *pLayer,
128
130
129
131
mWidget->show();
132
133
134
int scrollbarWidth = mWebView->page()->mainFrame()->scrollBarGeometry(
135
Qt::Vertical ).width();
136
int scrollbarHeight = mWebView->page()->mainFrame()->scrollBarGeometry(
@@ -143,6 +146,7 @@ void QgsMapTip::showMapTip( QgsMapLayer *pLayer,
143
146
144
147
mWidget->resize( width, height );
145
148
}
149
150
151
152
void QgsMapTip::clear( QgsMapCanvas * )
0 commit comments