mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug Fixing
This commit is contained in:
parent
604bb67163
commit
2751430a16
2 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,7 @@
|
|||
2004-06-06 Chris Wiebe
|
||||
2004-07-06 Hoda Amer
|
||||
Fix for PR 69330 : Outline is flickering.
|
||||
|
||||
2004-07-06 Chris Wiebe
|
||||
This patch fixes a problem when using the class wizard, where the system
|
||||
include separator '<' was used for project-relative include path instead
|
||||
of '"'.
|
||||
|
|
|
@ -93,10 +93,8 @@ public class CContentOutlinePage extends Page implements IContentOutlinePage, IS
|
|||
public void run() {
|
||||
if (!treeViewer.getControl().isDisposed()) {
|
||||
ISelection sel= treeViewer.getSelection();
|
||||
treeViewer.getControl().setRedraw(false);
|
||||
treeViewer.refresh();
|
||||
treeViewer.setSelection(updateSelection(sel));
|
||||
treeViewer.getControl().setRedraw(true);
|
||||
treeViewer.refresh();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue