fix: imagegaps not applied to the right side of the image

This commit is contained in:
speedie 2023-03-03 17:22:19 +01:00
parent 2542474621
commit e3b4a1c700

View file

@ -178,7 +178,7 @@ drawmenu(void)
#if USEIMAGE
if (!hideimage && longestedge != 0) {
x = ox;
x += imagegaps + imagewidth;
x += (imagegaps * 2) + imagewidth;
}
#endif