Fixed regression after label code refactoring.

svn-id: r32940
This commit is contained in:
Nicola Mettifogo 2008-07-07 14:51:27 +00:00
parent 1f4ebd2f47
commit 0f8f3d51bb

View File

@ -649,6 +649,7 @@ void Gfx::freeLabels() {
delete _labels[i];
}
_labels.clear();
_floatingLabel = NO_FLOATING_LABEL;
}
void Gfx::drawLabels() {