Skip to content
Snippets Groups Projects
Commit 2ce265bb authored by Matt Ebb's avatar Matt Ebb
Browse files

Small modification to redraw the 3D View when an image is reloaded.

parent 5b74adda
No related branches found
No related tags found
No related merge requests found
......@@ -683,6 +683,7 @@ static void do_image_imagemenu(void *arg, int event)
image_changed(G.sima, 0);
}
allqueue(REDRAWIMAGE, 0);
allqueue(REDRAWVIEW3D, 0);
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment