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 65b20a28..92139a60 100644 --- a/src/ui/scrollwidget.c +++ b/src/ui/scrollwidget.c | |||
@@ -116,7 +116,7 @@ static void draw_ScrollWidget_(const iScrollWidget *d) { | |||
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), init1_I2(gap_UI / 2)), | 118 | fillRect_Paint(&p, shrunk_Rect(thumbRect_ScrollWidget_(d), init1_I2(gap_UI / 2)), |
119 | isPressed ? orange_ColorId : gray50_ColorId); | 119 | isPressed ? orange_ColorId : gray25_ColorId); |
120 | } | 120 | } |
121 | } | 121 | } |
122 | 122 | ||