From eb8b98d067aae40a0cf1d6c3d4e9099b43cfe4d4 Mon Sep 17 00:00:00 2001 From: Smok1e <33802666+Smok1e@users.noreply.github.com> Date: Thu, 19 May 2022 15:17:13 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=D0=B0=D0=BD=D1=83?= =?UTF-8?q?=D0=BB=20=D0=B5=D0=BD=D1=82=D0=B5=D1=80=20=D0=BD=D0=B5=D0=BC?= =?UTF-8?q?=D0=BD=D0=BE=D0=B6=D0=BA=D0=B0..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Libraries/System.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Libraries/System.lua b/Libraries/System.lua index 34942a2b..ec980f42 100755 --- a/Libraries/System.lua +++ b/Libraries/System.lua @@ -864,6 +864,7 @@ local function iconOnRightClick(selectedIcons, icon, e1, e2, e3, e4) end local function iconOnDoubleClick(icon) + icon.selected = false icon:launch() workspace:draw() end @@ -1523,6 +1524,7 @@ local function gridIconFieldBackgroundObjectEventHandler(workspace, object, e1, end if selectedIcon then + selectedIcon.selected = false selectedIcon:launch () workspace:draw () end