Closed anmcgrath closed 5 months ago
Fix bug #82. When removing rows/columns from a region restore we would remove any remaining area if the total area remaining was less than the MinArea. This PR does it without causing an arithmetic overflow error.
Fix bug #82. When removing rows/columns from a region restore we would remove any remaining area if the total area remaining was less than the MinArea. This PR does it without causing an arithmetic overflow error.