Merge "Issue #1254 fixed PointsToolLayer to clear map of fonts after disposing" into development

Former-commit-id: f3e2dc47be [formerly e993e7035a] [formerly f3e2dc47be [formerly e993e7035a] [formerly 0ee33701c9 [formerly b65327bcdc9cf1ad89415f37c180fc49f0185a4c]]]
Former-commit-id: 0ee33701c9
Former-commit-id: 0e147696c6 [formerly ee93b77fda]
Former-commit-id: a89fa7668a
This commit is contained in:
Nate Jensen 2012-10-10 08:57:41 -05:00 committed by Gerrit Code Review
commit faa513aca1

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);
}