From bc657e62a054fa6b5398e68308616658991edee8 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Thu, 1 Oct 2015 00:02:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B0=D0=B3=D1=84=D0=B8=D0=BA=D1=81=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BE=D1=82=D0=BA=D1=80=D1=8B=D1=82=D0=B8?= =?UTF-8?q?=D1=8F=20=D1=84=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2=20=D0=B8=D0=B7=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=81=D0=BE=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/Photoshop/Photoshop.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Applications/Photoshop/Photoshop.lua b/Applications/Photoshop/Photoshop.lua index f418922e..35d4d8bf 100644 --- a/Applications/Photoshop/Photoshop.lua +++ b/Applications/Photoshop/Photoshop.lua @@ -589,6 +589,7 @@ drawAll() if args[1] == "o" or args[1] == "open" or args[1] == "-o" or args[1] == "load" then masterPixels = image.load(args[2]) + drawBackgroundAndImage() else new() end