Skip to content
Snippets Groups Projects
Commit c3d0d8be authored by Dongyue Mou's avatar Dongyue Mou
Browse files

fixed exception pair programming and review => GREEN

refs 372
parent 3086d656
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author eder
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating GREEN Hash: 2A1E9F00B6B47B96FBB00E3254FFBC62
* @ConQAT.Rating GREEN Hash: 65BA252C5E41249091A127DAC0282DC1
*/
public class LibraryView extends ViewPart {
......@@ -142,7 +142,10 @@ public class LibraryView extends ViewPart {
} else {
containerObject = null;
}
viewer.refresh();
if (!viewer.getControl().isDisposed()) {
viewer.refresh();
}
}
/** {@inheritDoc} */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment