diff options
Diffstat (limited to 'src/ui/scrollwidget.c')
-rw-r--r-- | src/ui/scrollwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/scrollwidget.c b/src/ui/scrollwidget.c index 1961677b..65b20a28 100644 --- a/src/ui/scrollwidget.c +++ b/src/ui/scrollwidget.c | |||
@@ -115,7 +115,7 @@ static void draw_ScrollWidget_(const iScrollWidget *d) { | |||
115 | iPaint p; | 115 | iPaint p; |
116 | init_Paint(&p); | 116 | init_Paint(&p); |
117 | drawRect_Paint(&p, bounds, black_ColorId); | 117 | drawRect_Paint(&p, bounds, black_ColorId); |
118 | fillRect_Paint(&p, shrunk_Rect(thumbRect_ScrollWidget_(d), one_I2()), | 118 | fillRect_Paint(&p, shrunk_Rect(thumbRect_ScrollWidget_(d), init1_I2(gap_UI / 2)), |
119 | isPressed ? orange_ColorId : gray50_ColorId); | 119 | isPressed ? orange_ColorId : gray50_ColorId); |
120 | } | 120 | } |
121 | } | 121 | } |