mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-21 01:30:34 +00:00
Disabling edit button as well after removing item from list. #120
This commit is contained in:
parent
709ce6b47f
commit
0bccdde28a
@ -176,6 +176,7 @@ public class ImportSelectFilesWizardPane extends WizardPane {
|
||||
getWizard().removeImportSpecification(spec);
|
||||
}
|
||||
getRemoveButton().setEnabled(false);
|
||||
getEditButton().setEnabled(false);
|
||||
refreshTable();
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user