1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Make sure that the Loading indicator is visible if a Preset is being executed

This commit is contained in:
Reinhard Pointner 2016-12-20 00:22:13 +08:00
parent 63ab4abc2f
commit 51d748d4bb

View File

@ -769,7 +769,7 @@ public class RenamePanel extends JComponent {
}
super.actionPerformed(evt);
}, () -> namesList.firePropertyChange(LOADING_PROPERTY, true, false));
});
// auto-match in progress
namesList.firePropertyChange(LOADING_PROPERTY, false, true);