Make sure that the Loading indicator is visible if a Preset is being executed
This commit is contained in:
parent
63ab4abc2f
commit
51d748d4bb
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue