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
@ -528,7 +528,11 @@ local function updateIconField()
|
||||
saveConfig()
|
||||
updateSidebar()
|
||||
workspace:draw()
|
||||
end
|
||||
end
|
||||
else
|
||||
if not config.gridMode then
|
||||
GUI.tableEventHandler(workspace, self, e1, e2, e3, e4, e5, ...)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@ -5078,6 +5078,7 @@ function GUI.table(
|
||||
itemSelectionForeground = itemSelectionForeground
|
||||
}
|
||||
|
||||
table.blockScreenEvents = true
|
||||
table.itemHeight = itemHeight
|
||||
table.selectedRows = {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user