Skip to content

Commit

Permalink
- increment the index even when no condition is satisfied.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10125 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Oct 14, 2011
1 parent cc2b046 commit ba49551
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OMEdit/OMEditGUI/TextAnnotation.cpp
Expand Up @@ -646,6 +646,10 @@ void TextAnnotation::parseShapeAnnotation(QString shape, OMCProxy *omc)
this->mFontName = line;
index++;
}
else
{
index++;
}
}

// 16 item of the list contains the font size.
Expand Down

0 comments on commit ba49551

Please sign in to comment.