mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-14 11:06:16 +05:00
Fixed RMB on table iconfield
This commit is contained in:
parent
fbc478d7c4
commit
855e9beedb
@ -1734,7 +1734,8 @@ function system.listIconField(x, y, width, height, path, ...)
|
||||
iconField:addColumn(localization.type, GUI.SIZE_POLICY_ABSOLUTE, 10)
|
||||
|
||||
iconField.updateFileList = listIconFieldUpdateFileList
|
||||
|
||||
iconField.getSelectedIcons = iconFieldGetSelectedIcons
|
||||
|
||||
anyIconFieldAddInfo(iconField, path)
|
||||
|
||||
iconField.onCellTouch = function(workspace, cell, e1, e2, e3, e4, e5, ...)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user