Fix T55535: N panel in sequencer breaks display of preview.
This preview region should not have been part of region overlap.
This commit is contained in:
@@ -1115,10 +1115,6 @@ bool ED_region_is_overlap(int spacetype, int regiontype)
|
||||
if (regiontype == RGN_TYPE_HEADER)
|
||||
return 1;
|
||||
}
|
||||
else if (spacetype == SPACE_SEQ) {
|
||||
if (regiontype == RGN_TYPE_PREVIEW)
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user