|
From: <cn...@us...> - 2026-06-16 12:23:00
|
Revision: 1650
http://sourceforge.net/p/seq/svn/1650
Author: cn187
Date: 2026-06-16 12:22:57 +0000 (Tue, 16 Jun 2026)
Log Message:
-----------
Fix issue where map tooltip did not display correctly in some cases
Modified Paths:
--------------
showeq/trunk/src/map.cpp
Modified: showeq/trunk/src/map.cpp
===================================================================
--- showeq/trunk/src/map.cpp 2026-06-16 12:22:49 UTC (rev 1649)
+++ showeq/trunk/src/map.cpp 2026-06-16 12:22:57 UTC (rev 1650)
@@ -225,6 +225,7 @@
ensurePolished();
setText( "" );
adjustSize();
+ setTextFormat(Qt::PlainText);
}
void MapLabel::popup(const QPoint& pos)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|