From 07f40b1ebf0da248b425890146c5a91f57bb3e68 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Tue, 30 Apr 2013 18:37:17 +0200 Subject: [PATCH] Stop quite weird positioning for dots Some code here used a translation on dots that should never have had an effect but causes problems in relation to the issue 3330 fix. --- lily/dots.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/lily/dots.cc b/lily/dots.cc index 43c47b7719..20503ca5ae 100644 --- a/lily/dots.cc +++ b/lily/dots.cc @@ -62,7 +62,6 @@ Dots::print (SCM d) for (int i = scm_to_int (c); i--;) { - d.translate_axis (2 * dw, X_AXIS); mol.add_at_edge (X_AXIS, RIGHT, d, dw); } } -- 2.39.5