2
0
Эх сурвалжийг харах

FIX: Multi-rename - refresh replace test on preset change

Alexander Koblov 3 жил өмнө
parent
commit
549edc5703
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      src/fmultirename.pas

+ 2 - 0
src/fmultirename.pas

@@ -820,6 +820,7 @@ begin
   end;
   cbUseSubs.Enabled := cbRegExp.Checked;
   edFindChange(edFind);
+  edReplaceChange(edReplace);
 end;
 
 { TfrmMultiRename.edPocChange }
@@ -2591,6 +2592,7 @@ begin
 
         //5.Refresh the whole thing.
         edFindChange(edFind);
+        edReplaceChange(edReplace);
 
         //6.We might come here with parameter "index=x" so make sure we switch also the preset combo box to the same index.
         if PresetIndex >= cbPresets.Items.Count then