diff --git a/src/infoitem.cpp b/src/infoitem.cpp index f45348c7..cd10df3a 100644 --- a/src/infoitem.cpp +++ b/src/infoitem.cpp @@ -78,6 +78,7 @@ void InfoItem::insert(const QString &key, const QString &value) _list[i] = kv; updateBoundingRect(); + update(); } void InfoItem::clear()