|
|
@ -62,7 +62,7 @@ public class ECBlockPane extends PolyElementCasePane { |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public void selectionChanged(SelectionEvent e) { |
|
|
|
public void selectionChanged(SelectionEvent e) { |
|
|
|
if (!isEditable() && !DesignModeContext.isAuthorityEditing()) { |
|
|
|
if (!isEditable()) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
if (DesignModeContext.isAuthorityEditing()) { |
|
|
|
if (DesignModeContext.isAuthorityEditing()) { |
|
|
|