| commit | 483425c4f82fc9aa268a9f29cf5151e81690a7ba | [log] [tgz] |
|---|---|---|
| author | kfukuda <kfukuda> | Thu Sep 11 14:49:56 2008 +0000 |
| committer | kfukuda <kfukuda> | Thu Sep 11 14:49:56 2008 +0000 |
| tree | 79983bd852f64266811d2845f1005f8e2fbe1d8f | |
| parent | ce402cc18faf912744978151b87dbf2e069a6fe4 [diff] |
[245521] Refactoring GUI Vizualization part
diff --git a/plugins/org.eclipse.actf.visualization.gui/src/org/eclipse/actf/visualization/gui/ui/views/MSAAViewRegistory.java b/plugins/org.eclipse.actf.visualization.gui/src/org/eclipse/actf/visualization/gui/ui/views/MSAAViewRegistory.java index 4c866fe..6118f9a 100644 --- a/plugins/org.eclipse.actf.visualization.gui/src/org/eclipse/actf/visualization/gui/ui/views/MSAAViewRegistory.java +++ b/plugins/org.eclipse.actf.visualization.gui/src/org/eclipse/actf/visualization/gui/ui/views/MSAAViewRegistory.java
@@ -212,16 +212,16 @@ flashDOMView.refresh(); } - IMSAAProblemsView problemsView = (IMSAAProblemsView) findView(ID_REPORTVIEW); + IMSAAProblemsView problemsView = (IMSAAProblemsView) findView(ID_REPORTVIEW); if (null != problemsView) { - problemsView.refresh(); + problemsView.refresh(); } IJAWSTextView jawsTextView = (IJAWSTextView) findView(ID_SUMMARYVIEW); if (null != jawsTextView) { jawsTextView.refresh(); } - + outlineSelected(null); } finally { HighlightComposite.updateSuppressCount(-1);