forked from bartvdbraak/blender
Bug fix:
When 2nd window open, the code that tried to find an Image editor in the the active window failed.
This commit is contained in:
parent
26cd3fd293
commit
fd3c8214d0
@ -347,6 +347,8 @@ static ScrArea *find_area_showing_r_result(bContext *C)
|
||||
break;
|
||||
}
|
||||
}
|
||||
if(sa)
|
||||
break;
|
||||
}
|
||||
|
||||
return sa;
|
||||
|
Loading…
Reference in New Issue
Block a user