1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-16 06:15:02 -05: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); super.actionPerformed(evt);
}, () -> namesList.firePropertyChange(LOADING_PROPERTY, true, false)); });
// auto-match in progress // auto-match in progress
namesList.firePropertyChange(LOADING_PROPERTY, false, true); namesList.firePropertyChange(LOADING_PROPERTY, false, true);