Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-09-24 18:36:25 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-09-24 18:36:25 +0400
commit0c288b25c74ed871b607437517e110e6a6957790 (patch)
tree6310780b0175aa3a0d63acb0f0faeba40401f7ed /source/blender/editors/space_image/space_image.c
parentae7c3eacebdb65bdbaee9e53328b041aae21f542 (diff)
Fix image editor switching to no image when deselecting all faces for UV editing,
it should just keep the last image in that case.
Diffstat (limited to 'source/blender/editors/space_image/space_image.c')
-rw-r--r--source/blender/editors/space_image/space_image.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/space_image/space_image.c b/source/blender/editors/space_image/space_image.c
index abe8dfb751b..dbad6e8bb24 100644
--- a/source/blender/editors/space_image/space_image.c
+++ b/source/blender/editors/space_image/space_image.c
@@ -408,8 +408,6 @@ static void image_refresh(const bContext *C, ScrArea *sa)
MTexPoly *tf;
if (em && EDBM_mtexpoly_check(em)) {
- sima->image = NULL;
-
tf = EDBM_mtexpoly_active_get(em, NULL, sloppy, selected);
if (tf) {