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:
Brecht Van Lommel 2018-11-22 20:59:54 +01:00
parent 62592ae987
commit 14b60c620f
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}
}
}