Skip to content
Snippets Groups Projects
Commit 0d86166f authored by Florian Hölzl's avatar Florian Hölzl
Browse files

removed super call (is empty anyway)

refs 311
parent 5c2c5169
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: C85643A23CE01A8667FC3905147B6B2B
* @ConQAT.Rating YELLOW Hash: 4A10EBF567396F8EACF716453CF6AF04
*/
public abstract class PositionedEditPartBase<T extends ILayoutedModelElement>
extends GraphicalEditPartBase<T> implements NodeEditPart {
......@@ -167,8 +167,6 @@ public abstract class PositionedEditPartBase<T extends ILayoutedModelElement>
/** {@inheritDoc} */
@Override
protected void refreshVisuals() {
super.refreshVisuals();
if (baseFigure != null) {
Rectangle baseBounds = determineBaseFigureBounds();
baseFigure.setBounds(baseBounds);
......
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