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
+2 -2
View File
@@ -35959,10 +35959,10 @@ GuiTableComposition
} }
} }
if (previousBounds != result || cellMinSizeModified) if (previousContentBounds != result || cellMinSizeModified)
{ {
UpdateCellBounds(); UpdateCellBounds();
UpdatePreviousBounds(result); InvokeOnCompositionStateChanged();
} }
return result; return result;
} }
+1
View File
@@ -6900,6 +6900,7 @@ Table Compositions
collections::Array<vint> rowSizes; collections::Array<vint> rowSizes;
collections::Array<vint> columnSizes; collections::Array<vint> columnSizes;
Rect previousContentBounds;
Size previousContentMinSize; Size previousContentMinSize;
Size tableContentMinSize; Size tableContentMinSize;
Binary file not shown.