1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 246584 - [source lookup] DsfSourceDisplayadapter sometimes fails to restore current line highlighting

This commit is contained in:
Anton Leherbauer 2008-09-10 13:21:58 +00:00
parent 03ac321f7a
commit 49b922013a

View file

@ -403,6 +403,7 @@ public class DsfSourceDisplayAdapter implements ISourceDisplay, ISteppingControl
}
return true;
} else {
enableLineBackgroundPainter();
fTextViewer.setSelectedRange(fRegion.getOffset(), 0);
}
} else {