imagemap: fix invalid source removal

This commit is contained in:
Simon Budig 2018-05-05 20:00:19 +02:00
parent 324873c7b8
commit 5a048f5b5d
1 changed files with 2 additions and 0 deletions

View File

@ -1024,6 +1024,8 @@ key_timeout_cb(gpointer data)
break;
}
preview_redraw();
_timeout = 0;
return FALSE;
}