mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 02:59:20 +01:00
Боже, ну и позор
This commit is contained in:
parent
9f41f871a4
commit
19622e976e
@ -1380,7 +1380,7 @@ local function createEditOrRightClickMenu(menu)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function checkScrollbar(y)
|
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
|
end
|
||||||
|
|
||||||
local uptime = computer.uptime()
|
local uptime = computer.uptime()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user