From: Keith OHara Date: Thu, 30 Aug 2012 00:56:52 +0000 (-0700) Subject: Revert "layout.cc: do not draw empty boxes" X-Git-Tag: release/2.17.2-1~34 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5d2bd0633d5750cb798846436edad73547a10fcf;p=lilypond.git Revert "layout.cc: do not draw empty boxes" This reverts commit 2da5a512119ca9dda3a05e1c122daea5b17f9049. --- diff --git a/lily/lookup.cc b/lily/lookup.cc index e0117c1da1..1acb34f783 100644 --- a/lily/lookup.cc +++ b/lily/lookup.cc @@ -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]),