mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
aafaf
This commit is contained in:
parent
ba64c21ee0
commit
4222199624
@ -517,7 +517,7 @@
|
||||
icon="IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Icon.pic",
|
||||
createShortcut="dock",
|
||||
forceDownload=true,
|
||||
version=1.58,
|
||||
version=1.59,
|
||||
resources={
|
||||
{
|
||||
name="Localization/Russian.lang",
|
||||
|
||||
@ -1465,7 +1465,7 @@ local function createWindow()
|
||||
|
||||
local y = object.y
|
||||
for i = object.fromMatch, #object.matches do
|
||||
local firstColor, secondColor = 0x3C3C3C, 0x777777
|
||||
local firstColor, secondColor = 0x3C3C3C, 0x999999
|
||||
|
||||
if i == object.currentMatch then
|
||||
buffer.square(object.x, y, object.width, 1, 0x2D2D2D, 0xEEEEEE, " ")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user