PrintRenderer
445446447448449450451452453454455
} if (this.testOutputText != null) { StyledText t = this.testOutputText; this.testOutputText = null; onControlDisposed.call(t); t.dispose(); } if (this.fCounterPanel != null) { this.fCounterPanel.dispose(); this.fCounterPanel = null; }