Force correct remainingSpace value
This commit is contained in:
parent
81c81dd26e
commit
51eb7dfaf2
3 changed files with 2 additions and 1 deletions
|
|
@ -118,6 +118,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
if (newColumnCount < 1)
|
||||
{
|
||||
newColumnCount = 1;
|
||||
remainingSpace = 0;
|
||||
}
|
||||
|
||||
// Only center items if extra space exists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue