Фиксанул хуевое выделение на фоне

This commit is contained in:
IgorTimofeev 2024-01-30 04:00:16 +03:00
parent 96d2748ace
commit 5adb4bdeda
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -5078,6 +5078,7 @@ function GUI.table(
itemSelectionForeground = itemSelectionForeground itemSelectionForeground = itemSelectionForeground
} }
table.blockScreenEvents = true
table.itemHeight = itemHeight table.itemHeight = itemHeight
table.selectedRows = {} table.selectedRows = {}