Skip to content
Snippets Groups Projects
Commit 4b0694ae authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

bugfix

parent cf6692c8
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ import org.fortiss.tooling.kernel.service.ILibraryService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 014AABE21E8AA751945D35BCE019CB83
* @ConQAT.Rating YELLOW Hash: FEB737A60C399ABB0867F1FFA9AD15C8
*/
public abstract class PropertySectionBase extends AbstractPropertySection {
......@@ -124,6 +124,8 @@ public abstract class PropertySectionBase extends AbstractPropertySection {
if(ILibraryService.INSTANCE.isLibraryElementShadow(eobj) ||
eobj instanceof ILibraryElementReference) {
disableControls();
} else {
enableControls();
}
}
}
......
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