Issue #1254 fixed PointsToolLayer to clear map of fonts after disposing

Change-Id: I00729cc0fd8f5494fe887c5fc7a52322a42f79d7

Former-commit-id: 7252e368b2 [formerly 7252e368b2 [formerly 28aa96f0fabb707cc997047dd070f7d7d18630c7]]
Former-commit-id: 2fde80c042
Former-commit-id: b6c2c53dff
This commit is contained in:
Max Schenkelberg 2012-10-09 15:03:20 -05:00
parent 6b40a35df6
commit 2f15a0802e

View file

@ -168,6 +168,7 @@ public class PointsToolLayer extends AbstractMovableToolLayer<Point> implements
for (IFont font : fonts.values()) {
font.dispose();
}
fonts.clear();
this.resourceData.removeChangeListener(this);
}