When 2nd window open, the code that tried to find an Image editor in the
the active window failed.
This commit is contained in:
Ton Roosendaal 2010-11-18 08:44:50 +00:00
parent 26cd3fd293
commit fd3c8214d0

@ -347,6 +347,8 @@ static ScrArea *find_area_showing_r_result(bContext *C)
break;
}
}
if(sa)
break;
}
return sa;