Skip to content
Snippets Groups Projects

issues that were discovered during biohackathon 2019 in Paris

Merged Piotr Gawron requested to merge wikipathways-issues into master
7 files
+ 71
11
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -139,8 +139,8 @@ public class ComplexAliasXmlParser extends AbstractAliasXmlParser<Complex> {
if (view != null) {
// inner position defines the position in compartment or complexAlias
// result.moveBy(view.innerPosition);
result.setWidth(view.getBoxSize().width);
result.setHeight(view.getBoxSize().height);
result.setWidth(view.getBoxSize().getWidth());
result.setHeight(view.getBoxSize().getHeight());
result.setLineWidth(view.getSingleLine().getWidth());
result.setFillColor(view.getColor());
} else if (!state.equalsIgnoreCase("complexnoborder")) {
Loading