mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-10 13:12:40 +01:00
Квикфикс
This commit is contained in:
parent
b21f30538b
commit
28d4e22c07
@ -300,7 +300,7 @@
|
||||
name="lib/GUI.lua",
|
||||
url="IgorTimofeev/OpenComputers/master/lib/GUI.lua",
|
||||
type="Library",
|
||||
version=1.24,
|
||||
version=1.25,
|
||||
},
|
||||
{
|
||||
name="lib/windows.lua",
|
||||
|
||||
@ -982,6 +982,7 @@ local function autocompleteVariables(sourceText)
|
||||
end
|
||||
|
||||
local function inputFieldDraw(inputField)
|
||||
if inputField.x < 1 or inputField.y < 1 or inputField.x + inputField.width - 1 > buffer.screen.width or inputField.y > buffer.screen.height then return inputField end
|
||||
if inputField.oldPixels then
|
||||
buffer.paste(inputField.x, inputField.y, inputField.oldPixels)
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user