mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-02-05 11:30:07 +08:00
...
This commit is contained in:
@@ -35959,10 +35959,10 @@ GuiTableComposition
|
||||
}
|
||||
}
|
||||
|
||||
if (previousBounds != result || cellMinSizeModified)
|
||||
if (previousContentBounds != result || cellMinSizeModified)
|
||||
{
|
||||
UpdateCellBounds();
|
||||
UpdatePreviousBounds(result);
|
||||
InvokeOnCompositionStateChanged();
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -6900,6 +6900,7 @@ Table Compositions
|
||||
collections::Array<vint> rowSizes;
|
||||
collections::Array<vint> columnSizes;
|
||||
|
||||
Rect previousContentBounds;
|
||||
Size previousContentMinSize;
|
||||
Size tableContentMinSize;
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user