this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

#1580: do not show grid when dragging

nesbox 1f52f07a 30e0823f

+2 -2
+2 -2
src/studio/editors/map.c
··· 1070 1070 TIC_MAP_SCREEN_WIDTH + 1, TIC_MAP_SCREEN_HEIGHT + 1, -scrollX, -scrollY, 0, 0, 1, NULL, NULL); 1071 1071 resetBlitMode(map->tic); 1072 1072 1073 - if (map->canvas.grid || map->scroll.active) 1074 - drawGrid(map); 1073 + if (map->canvas.grid) 1074 + drawGrid(map); 1075 1075 } 1076 1076 1077 1077 if(handle && !space)