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

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

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

View File

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