Переглянути джерело

do not show frames from FileOpen

Unknown 6 роки тому
батько
коміт
bb7e28c698
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      lazpaint/lazpaintmainform.pas

+ 1 - 1
lazpaint/lazpaintmainform.pas

@@ -1265,7 +1265,7 @@ begin
         begin
           if length(chosenFiles) = 1 then
           begin
-            if TryOpenFileUTF8(chosenFiles[0],true,@loadedImage) then
+            if TryOpenFileUTF8(chosenFiles[0],true,@loadedImage,true) then
             begin
               result := srOk;
               if Assigned(Scripting.RecordingFunctionParameters) then