diff options
Diffstat (limited to 'src/gmdocument.c')
-rw-r--r-- | src/gmdocument.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c index 25427391..c3559bf3 100644 --- a/src/gmdocument.c +++ b/src/gmdocument.c | |||
@@ -423,7 +423,7 @@ static void doLayout_GmDocument_(iGmDocument *d) { | |||
423 | iGmRun bulRun = run; | 423 | iGmRun bulRun = run; |
424 | bulRun.visBounds.pos = addX_I2(pos, indent * gap_Text); | 424 | bulRun.visBounds.pos = addX_I2(pos, indent * gap_Text); |
425 | bulRun.visBounds.size = advance_Text(run.font, bullet); | 425 | bulRun.visBounds.size = advance_Text(run.font, bullet); |
426 | bulRun.visBounds.pos.x -= 4 * gap_Text - width_Rect(run.visBounds) / 2; | 426 | bulRun.visBounds.pos.x -= 4 * gap_Text - width_Rect(bulRun.visBounds) / 2; |
427 | bulRun.bounds = zero_Rect(); /* just visual */ | 427 | bulRun.bounds = zero_Rect(); /* just visual */ |
428 | bulRun.text = range_CStr(bullet); | 428 | bulRun.text = range_CStr(bullet); |
429 | bulRun.flags |= decoration_GmRunFlag; | 429 | bulRun.flags |= decoration_GmRunFlag; |