From 855e9beedb3a9a9cb2658d4d0d7bcd8131d77696 Mon Sep 17 00:00:00 2001 From: IgorTimofeev Date: Sun, 29 May 2022 15:44:38 +0300 Subject: [PATCH] Fixed RMB on table iconfield --- Libraries/System.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Libraries/System.lua b/Libraries/System.lua index f7965dbb..aa3f5af5 100755 --- a/Libraries/System.lua +++ b/Libraries/System.lua @@ -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, ...)