Skip to content

Commit

Permalink
best-layout-search
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp committed Aug 5, 2024
1 parent ab973c9 commit 800984e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package de.cau.cs.kieler.klighd;

import org.eclipse.elk.core.labels.LabelManagementOptions;
import org.eclipse.elk.core.options.CoreOptions;

import de.cau.cs.kieler.klighd.internal.util.KlighdInternalProperties;
import de.cau.cs.kieler.klighd.microlayout.GridPlacementUtil;
Expand All @@ -36,6 +37,7 @@ public void execute() {
.registerBlacklistedProperty(KlighdInternalProperties.MODEL_ELEMENT)
.registerBlacklistedProperty(LabelManagementOptions.LABEL_MANAGER)
.registerBlacklistedProperty(GridPlacementUtil.ESTIMATED_GRID_DATA)
.registerBlacklistedProperty(GridPlacementUtil.CHILD_AREA_POSITION);
.registerBlacklistedProperty(GridPlacementUtil.CHILD_AREA_POSITION)
.registerBlacklistedProperty(CoreOptions.TOPDOWN_OPTION_VALUE_MAP);
}
}

0 comments on commit 800984e

Please sign in to comment.