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