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
1 changed files with 1 additions and 1 deletions

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);