1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 11:55:40 +02:00

Fix NPE in LineBackgroundPainter when closing an editor

This commit is contained in:
Anton Leherbauer 2006-08-28 13:55:00 +00:00
parent 487bac0828
commit a6a899abc5

View file

@ -145,8 +145,8 @@ public class InactiveCodeHighlighting implements ICReconcilingListener {
} }
public void dispose() { public void dispose() {
uninstall();
fLineBackgroundPainter= null; fLineBackgroundPainter= null;
uninstall();
} }
/** /**