1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-18 13:45:45 +02:00

Fix ContainerPropertyTab to properly enable Data Volume add button

This commit is contained in:
Jeff Johnston 2017-07-06 19:32:22 -04:00
parent 8930584b13
commit 93935c5318

View file

@ -629,6 +629,7 @@ public class ContainerPropertyTab extends AbstractCBuildPropertyTab
private void setControlsEnabled(boolean enabled) {
imageCombo.setEnabled(enabled);
connectionSelector.setEnabled(enabled);
setVolumeControlsEnabled(new Button[] { addButton }, enabled);
}
private void initializeEnablementButton() {