This commit is contained in:
Igor Timofeev
2017-01-21 14:59:20 +03:00
parent 2141cbf85d
commit 941b71c333
4 changed files with 3 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -517,7 +517,7 @@
icon="IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Icon.pic",
createShortcut="dock",
forceDownload=true,
version=1.45,
version=1.46,
resources={
{
name="Localization/Russian.lang",

BIN
Applications/.DS_Store vendored

Binary file not shown.

View File

@@ -1385,6 +1385,8 @@ local function createWindow()
if isClickedOnCodeArea(eventData[3], eventData[4]) then
scroll(eventData[5], config.scrollSpeed)
end
elseif eventData[1] == "screen_resized" then
changeScale(config.screenScale)
elseif not eventData[1] then
cursor.blinkState = not cursor.blinkState
end