From c31ceab19f06b29764a20526a946ee86f863bd42 Mon Sep 17 00:00:00 2001 From: Vadim Grigoruk Date: Sat, 4 Aug 2018 00:39:07 +0300 Subject: [PATCH] tiny fix --- src/code.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code.c b/src/code.c index 28ea588..b3f1386 100644 --- a/src/code.c +++ b/src/code.c @@ -1500,7 +1500,7 @@ void initCode(Code* code, tic_mem* tic, tic_code* src) .items = code->outline.items, .index = 0, }, - .altFont = true, + .altFont = false, .event = onStudioEvent, .update = update, };