mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-30 04:32:47 +02:00
Квикфикс
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user