app: flush image after selecting colormap color

This commit is contained in:
Ell 2018-06-22 13:38:24 -04:00
parent f335ef7b61
commit 6af2a4997b
1 changed files with 2 additions and 0 deletions

View File

@ -87,4 +87,6 @@ colormap_to_selection_cmd_callback (GtkAction *action,
editor->col_index,
op,
FALSE, 0.0, 0.0);
gimp_image_flush (image);
}