mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-12 19:51:02 +05:00
Боже, ну и позор
This commit is contained in:
parent
9f41f871a4
commit
19622e976e
@ -1380,7 +1380,7 @@ local function createEditOrRightClickMenu(menu)
|
||||
end
|
||||
|
||||
local function checkScrollbar(y)
|
||||
return not codeView.horizontalScrollBar.hidden or y >= codeView.y + codeView.height - 1
|
||||
return codeView.horizontalScrollBar.hidden or y >= codeView.y + codeView.height - 1
|
||||
end
|
||||
|
||||
local uptime = computer.uptime()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user