diff options
| -rw-r--r-- | src/render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.c b/src/render.c index a242504..51112a9 100644 --- a/src/render.c +++ b/src/render.c | |||
| @@ -247,7 +247,7 @@ static void RenderTable(const uiTable* table, RenderState* state) { | |||
| 247 | &(uiRect){.y = scrollbar->handle_y, | 247 | &(uiRect){.y = scrollbar->handle_y, |
| 248 | .width = ScrollbarWidth, | 248 | .width = ScrollbarWidth, |
| 249 | .height = scrollbar->handle_height}, | 249 | .height = scrollbar->handle_height}, |
| 250 | uiPink, state); | 250 | uiWhite, state); |
| 251 | 251 | ||
| 252 | state->pen.x = x0; | 252 | state->pen.x = x0; |
| 253 | } | 253 | } |
