diff --git a/sdl.c b/sdl.c index 64c1e47..60fb290 100644 --- a/sdl.c +++ b/sdl.c @@ -684,7 +684,7 @@ int paint_frame(struct sdl_ctx *c, uint32_t seq, const uint8_t *data) paint_colored_marker(c, c->crosshair, 2, (SDL_Color){c->textval, c->textval, c->textval, 0xFF}); - if (c->show_min_max_marker) { + if (c->show_min_max_marker && !c->paused) { paint_colored_marker(c, min_point, 1, SDL_COLOR_BLUE); paint_colored_marker(c, max_point, 1, SDL_COLOR_RED); }