Issue #1254 fixed PointsToolLayer to clear map of fonts after disposing
Change-Id: I00729cc0fd8f5494fe887c5fc7a52322a42f79d7 Former-commit-id:a48e2ecf0e
[formerly7331714179
] [formerly7252e368b2
] [formerlya48e2ecf0e
[formerly7331714179
] [formerly7252e368b2
] [formerly2fde80c042
[formerly7252e368b2
[formerly 28aa96f0fabb707cc997047dd070f7d7d18630c7]]]] Former-commit-id:2fde80c042
Former-commit-id:f967ef9e57
[formerly4a31ef0550
] [formerly fc582cfcf7081d258e78b07f8c2773e944d00214 [formerlyb6c2c53dff
]] Former-commit-id: e2f120c20ffe5cca4e1a26e861981f03630d9def [formerly2f15a0802e
] Former-commit-id:5caa7cf054
This commit is contained in:
parent
118ab484d7
commit
7dd589ab38
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