1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-09 16:54:28 +02:00

Fixed flickering & QT4 problems

This commit is contained in:
2019-10-14 00:07:57 +02:00
parent a9ce6f54c7
commit f2bfd584d0
2 changed files with 6 additions and 8 deletions

View File

@ -29,7 +29,7 @@ QString ToolTip::toString() const
html += "<div align=\"center\">";
html += QString("<a href=\"file:%0\">"
"<img src=\"file:%0\" width=\"%1\" height=\"%2\"/></a>")
"<img src=\"%0\" width=\"%1\" height=\"%2\"/></a>")
.arg(_img.path(), QString::number(width), QString::number(height));
html += "</div>";
}