Pārlūkot izejas kodu

do not show frames from FileOpen

Unknown 6 gadi atpakaļ
vecāks
revīzija
bb7e28c698
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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