1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-18 19:52:09 +01:00

Added missing item update on content change

This commit is contained in:
Martin Tůma 2017-01-24 18:11:08 +01:00
parent 3a9ec6247c
commit 7352b24473

View File

@ -78,6 +78,7 @@ void InfoItem::insert(const QString &key, const QString &value)
_list[i] = kv;
updateBoundingRect();
update();
}
void InfoItem::clear()