aboutsummaryrefslogtreecommitdiff
path: root/layout.f90
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2021-04-19 09:36:21 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2021-04-19 09:36:21 -0400
commitc4274b0bb964f4e965d10cbc2b137a0bfc9c9ebf (patch)
treebaefc0578dda240eb1c12e36076928da0b48e426 /layout.f90
parent313ea185e0b3e43b5d464cbce4ccf2db953e4da7 (diff)
downloadLR-87-c4274b0bb964f4e965d10cbc2b137a0bfc9c9ebf.tar.gz
LR-87-c4274b0bb964f4e965d10cbc2b137a0bfc9c9ebf.zip
Fixed rendering of single-character lines
Diffstat (limited to 'layout.f90')
-rw-r--r--layout.f901
1 files changed, 1 insertions, 0 deletions
diff --git a/layout.f90 b/layout.f90
index 41b6d56..68badef 100644
--- a/layout.f90
+++ b/layout.f90
@@ -55,6 +55,7 @@ contains
call rendering_engine%prepare_for_layout()
do while(laying_out)
+
if(.not. associated(walker%breaks)) then
select case (walker%line_type)