Sfoglia il codice sorgente

Avoid interactive query when resetting file

git-svn-id: trunk@19876 -
pierre 13 anni fa
parent
commit
1b4a27ed66
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      ide/fpdebug.pas

+ 2 - 0
ide/fpdebug.pas

@@ -685,7 +685,9 @@ begin
   else
     begin
       HasExe:=false;
+      reset_command:=true;
       Command('file');
+      reset_command:=false;
     end;
 end;