diff --git a/src/gmtool.c b/src/gmtool.c index 537766e4b..35c79a139 100644 --- a/src/gmtool.c +++ b/src/gmtool.c @@ -1074,6 +1074,8 @@ handlekey(state * st, int c) } if (r!=NULL) { region2coord(r, &st->cursor); + st->wnd_info->update |=1; + st->wnd_status->update |=1; } break; case 'Q':