This commit is contained in:
Zihan Chen
2017-04-11 02:44:04 -07:00
parent 7c1db8d19f
commit dd87aabcbb
3 changed files with 3 additions and 2 deletions

View File

@@ -35959,10 +35959,10 @@ GuiTableComposition
}
}
if (previousBounds != result || cellMinSizeModified)
if (previousContentBounds != result || cellMinSizeModified)
{
UpdateCellBounds();
UpdatePreviousBounds(result);
InvokeOnCompositionStateChanged();
}
return result;
}

View File

@@ -6900,6 +6900,7 @@ Table Compositions
collections::Array<vint> rowSizes;
collections::Array<vint> columnSizes;
Rect previousContentBounds;
Size previousContentMinSize;
Size tableContentMinSize;