]> git.donarmstrong.com Git - lilypond.git/commitdiff
Revert "layout.cc: do not draw empty boxes"
authorKeith OHara <k-ohara5a5a@oco.net>
Thu, 30 Aug 2012 00:56:52 +0000 (17:56 -0700)
committerKeith OHara <k-ohara5a5a@oco.net>
Thu, 30 Aug 2012 00:56:52 +0000 (17:56 -0700)
This reverts commit 2da5a512119ca9dda3a05e1c122daea5b17f9049.

lily/lookup.cc

index e0117c1da197fd42c14a82a51c20c1f83008c5ec..1acb34f783cf83dab6b0cc503f8d55fb47852a0e 100644 (file)
@@ -174,9 +174,6 @@ Lookup::round_filled_box (Box b, Real blotdiameter)
   if (b.y ().length () < blotdiameter)
     blotdiameter = b.y ().length ();
 
-  if (b.x ().is_empty () || b.y ().is_empty ())
-    return Stencil (b, SCM_EOL);
-
   SCM at = (scm_list_n (ly_symbol2scm ("round-filled-box"),
                         scm_from_double (-b[X_AXIS][LEFT]),
                         scm_from_double (b[X_AXIS][RIGHT]),