Issue #345 fix swapping of nsharp since nsharp insists on using a disposed target
Change-Id: I5a814be6590c2704dcd681bad7af34f0f9143ad2 Former-commit-id: acec1c2a23f4e27bfd0844171fdca77ff5473050
This commit is contained in:
parent
f9baa1c98c
commit
357dc4d88b
1 changed files with 0 additions and 2 deletions
|
@ -562,11 +562,9 @@ public class GLTarget implements IGLTarget {
|
|||
|
||||
if (defaultFont != null) {
|
||||
defaultFont.disposeInternal();
|
||||
defaultFont = null;
|
||||
}
|
||||
if (colorbarFont != null) {
|
||||
colorbarFont.disposeInternal();
|
||||
colorbarFont = null;
|
||||
}
|
||||
|
||||
theContext.destroyContext();
|
||||
|
|
Loading…
Add table
Reference in a new issue