From 1c593c964dcd26cbd534fcd8e8c6134706ff02b1 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Mon, 24 Aug 2015 23:11:00 +0300 Subject: [PATCH] Update Photoshop.lua --- Applications/Photoshop/Photoshop.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Applications/Photoshop/Photoshop.lua b/Applications/Photoshop/Photoshop.lua index dcea74c7..26ce5422 100644 --- a/Applications/Photoshop/Photoshop.lua +++ b/Applications/Photoshop/Photoshop.lua @@ -781,7 +781,10 @@ end if arg[1] == "-o" or arg[1] == "open" then open(arg[2]) currentFile = arg[2] - drawAll() + clearScreen(padColor) + drawLeftToolbar() + drawTopToolbar() + drawRightToolbar() elseif arg[1] == "-n" or arg[1] == "new" then imageWidth = arg[2] imageHeight = arg[3]