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

This commit is contained in:
Matt Ebb
2004-08-24 08:36:02 +00:00
parent 5b74adda37
commit 2ce265bb67

View File

@@ -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;
}
}