From 48faa910496b1b3811c2b52f16d5a76f38ca3e48 Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Tue, 28 Jul 2026 11:40:45 +0500 Subject: windows fix --- src/scenes/resultView.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scenes/resultView.c') diff --git a/src/scenes/resultView.c b/src/scenes/resultView.c index c63967a..f3735ed 100644 --- a/src/scenes/resultView.c +++ b/src/scenes/resultView.c @@ -58,7 +58,7 @@ bool drawResultView(void *self) { Rectangle body = GetResultViewBodyRect(data->scroll_up); DrawRecBordered(body, WHITE, data->value->result == RESULT_OK ? COLORSCHEME_GREEN : COLORSCHEME_ORANGE, BORDER); - DrawTextInRec(body, data->value->stdout, + DrawTextInRec(body, data->value->stdout_sb, GetMainFont(), 20, COLORSCHEME_BROWN, 3, &data->scroll); return true; } -- cgit v1.3