Commit Graph

1 Commits

Author SHA1 Message Date
Andrew Lytvynov
4a31d90070 Fill background for borderless one-line paragraph
Previously when we had a Par with Width > len(Text) and custom BgColor
on the underlying Block, it would skip the first row. This means that
it's impossible to have a colored line wider than text width.
Block should offset indexes by 1 only if border is present.
2015-06-01 21:53:57 -07:00