Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
godardma committed Sep 5, 2024
1 parent 32c57fb commit e4adb1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions viewer/vibesgraphicsitem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ bool VibesGraphicsGroup::parseJsonGraphics(const QJsonObject &json)
foreach(QGraphicsItem* child, children)
{
VibesGraphicsItem * item = qgraphicsitem_cast<VibesGraphicsItem *>(child);

// Each item gets the group properties
if (item)
{
if (json["EdgeColor"]!=QJsonValue())
Expand Down

0 comments on commit e4adb1a

Please sign in to comment.