From 941b71c333271f90fdc9c9bf398ebda7669d23ff Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sat, 21 Jan 2017 14:59:20 +0300 Subject: [PATCH] afaef --- .DS_Store | Bin 18436 -> 18436 bytes Applications.txt | 2 +- Applications/.DS_Store | Bin 79876 -> 79876 bytes Applications/MineCodeIDE/MineCodeIDE.lua | 2 ++ 4 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index 946d966f97a2479b2f78b6b5aa8de8ae9aff91e1..ba6b228feb52d4c1c3f243bace633ef3fe61cc82 100644 GIT binary patch delta 22 dcmZpfz}PZ@al=kUc2h%B9R(wc%?A`+)Bsk(2MYiI delta 22 ecmZpfz}PZ@al=l<$$u?9C%dRfZkAShsR{sUxd_<+ diff --git a/Applications.txt b/Applications.txt index c7d56960..94e6f919 100644 --- a/Applications.txt +++ b/Applications.txt @@ -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", diff --git a/Applications/.DS_Store b/Applications/.DS_Store index 2f076dae0476a8dae570de52ad3121384669e567..cb90986e90e5153ae216515435fdcf60dd9474a7 100644 GIT binary patch delta 22 ecmZqqz|!)8Wy6Zy?52jMItoS>o7e9StpNaUKnY3! delta 22 ecmZqqz|!)8Wy6ZylM7aRP8QiCzL{gspK1Vv84F_o diff --git a/Applications/MineCodeIDE/MineCodeIDE.lua b/Applications/MineCodeIDE/MineCodeIDE.lua index b442f011..729140c4 100755 --- a/Applications/MineCodeIDE/MineCodeIDE.lua +++ b/Applications/MineCodeIDE/MineCodeIDE.lua @@ -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