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:
parent
03ac321f7a
commit
49b922013a
1 changed files with 1 additions and 0 deletions
|
@ -403,6 +403,7 @@ public class DsfSourceDisplayAdapter implements ISourceDisplay, ISteppingControl
|
|||
}
|
||||
return true;
|
||||
} else {
|
||||
enableLineBackgroundPainter();
|
||||
fTextViewer.setSelectedRange(fRegion.getOffset(), 0);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue