mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 02:59:20 +01:00
Фиксанул хуевое выделение на фоне
This commit is contained in:
parent
96d2748ace
commit
5adb4bdeda
@ -529,6 +529,10 @@ local function updateIconField()
|
|||||||
updateSidebar()
|
updateSidebar()
|
||||||
workspace:draw()
|
workspace:draw()
|
||||||
end
|
end
|
||||||
|
else
|
||||||
|
if not config.gridMode then
|
||||||
|
GUI.tableEventHandler(workspace, self, e1, e2, e3, e4, e5, ...)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@ -5078,6 +5078,7 @@ function GUI.table(
|
|||||||
itemSelectionForeground = itemSelectionForeground
|
itemSelectionForeground = itemSelectionForeground
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.blockScreenEvents = true
|
||||||
table.itemHeight = itemHeight
|
table.itemHeight = itemHeight
|
||||||
table.selectedRows = {}
|
table.selectedRows = {}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user