Merge "Issue #1254 fixed PointsToolLayer to clear map of fonts after disposing" into development
Former-commit-id:f3e2dc47be
[formerlye993e7035a
] [formerlyf3e2dc47be
[formerlye993e7035a
] [formerly0ee33701c9
[formerly b65327bcdc9cf1ad89415f37c180fc49f0185a4c]]] Former-commit-id:0ee33701c9
Former-commit-id:0e147696c6
[formerlyee93b77fda
] Former-commit-id:a89fa7668a
This commit is contained in:
commit
faa513aca1
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ public class PointsToolLayer extends AbstractMovableToolLayer<Point> implements
|
|||
for (IFont font : fonts.values()) {
|
||||
font.dispose();
|
||||
}
|
||||
fonts.clear();
|
||||
this.resourceData.removeChangeListener(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue