Blender Git Commit Log
Git Commits -> Revision 968e1b3
Revision 968e1b3 by Bastien Montagne (master) August 15, 2014, 13:40 (GMT) |
Fix T41427: Region overlap moves into wrong window. There was some fuzzyness in `region_overlap_fix()`, using an 'other side' region as ref to move current one in case their rect would intersect... New code is a bit more complex, but should handle nicely all situations, mostly ensuring we only translate an overlap if we find a previous one **on the same side**, and ensuring we also never have intersecting overlapping regions from different sides (since this does not work nice at all). |
Commit Details:
Full Hash: 968e1b3b10c7fb8c99d18e0ebcbffb5453d165af
Parent Commit: b6df448
Lines Changed: +38, -17
1 Modified Path:
/source/blender/editors/screen/area.c (+38, -17) (Diff)