This commit is contained in:
IgorTimofeev 2023-10-10 17:23:32 +03:00
parent eb40203d34
commit 561f0ae25f

View File

@ -1753,12 +1753,6 @@ local function anyIconFieldAddInfo(iconField, path)
end end
end end
local function gridIconFieldSetVerticalScroll(iconField, value)
iconField.verticalScroll = math.max(
)
end
function system.gridIconField(x, y, width, height, xOffset, yOffset, path, defaultTextColor, selectionBackgroundColor, selectionTextColor, selectionFrameColor, selectionTransparency) function system.gridIconField(x, y, width, height, xOffset, yOffset, path, defaultTextColor, selectionBackgroundColor, selectionTextColor, selectionFrameColor, selectionTransparency)
local iconField = GUI.container(x, y, width, height) local iconField = GUI.container(x, y, width, height)