Force correct remainingSpace value

This commit is contained in:
John Lewin 2018-02-21 11:46:46 -08:00
parent 81c81dd26e
commit 51eb7dfaf2
3 changed files with 2 additions and 1 deletions

View file

@ -118,6 +118,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
if (newColumnCount < 1)
{
newColumnCount = 1;
remainingSpace = 0;
}
// Only center items if extra space exists