mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 02:59:20 +01:00
фиксанул ентер немножка..
This commit is contained in:
parent
02b782476b
commit
eb8b98d067
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user