Skip to content

Commit

Permalink
Fixed issue #582.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsschmidt1337 committed Aug 14, 2017
1 parent 2c64a2b commit 5626e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/nschmidt/ldparteditor/data/VM04Rectifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public int[] rectify(final RectifierSettings rs, boolean syncWithTextEditor, fin
}
}

final boolean noAdjacentCondlines = rs.isNoBorderedQuadToRectConversation();
final boolean noAdjacentCondlines = rs.isNoRectConversationOnAdjacentCondlines();
final boolean replaceQuads = !rs.isNoQuadConversation();
final GColour col16 = View.getLDConfigColour(16);

Expand Down

0 comments on commit 5626e98

Please sign in to comment.