fix pajeet code

This commit is contained in:
speedie 2023-05-08 17:13:53 +02:00
parent 17951e174b
commit 4d969752b7

View file

@ -122,7 +122,7 @@ void readfile(void) {
} }
inputw = items ? TEXTWM(items[i].text) : 0; inputw = items ? TEXTWM(items[i].text) : 0;
lines = i; lines = columns == 1 ? i : MIN(i, lines); // i = number of items
#if USEIMAGE #if USEIMAGE
if (!o) longestedge = imagegaps = 0; if (!o) longestedge = imagegaps = 0;