Merge "Copy minSpanX & minSpanY when copying from an existing ItemInfo" into sc-dev
This commit is contained in:
commit
95c969530c
|
@ -168,6 +168,8 @@ public class ItemInfo {
|
|||
cellY = info.cellY;
|
||||
spanX = info.spanX;
|
||||
spanY = info.spanY;
|
||||
minSpanX = info.minSpanX;
|
||||
minSpanY = info.minSpanY;
|
||||
rank = info.rank;
|
||||
screenId = info.screenId;
|
||||
itemType = info.itemType;
|
||||
|
|
Loading…
Reference in New Issue