Fixed RMB on table iconfield

This commit is contained in:
IgorTimofeev 2022-05-29 15:44:38 +03:00
parent fbc478d7c4
commit 855e9beedb

View File

@ -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, ...)