mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +02:00
Fix ContainerPropertyTab to properly enable Data Volume add button
This commit is contained in:
parent
8930584b13
commit
93935c5318
1 changed files with 1 additions and 0 deletions
|
@ -629,6 +629,7 @@ public class ContainerPropertyTab extends AbstractCBuildPropertyTab
|
||||||
private void setControlsEnabled(boolean enabled) {
|
private void setControlsEnabled(boolean enabled) {
|
||||||
imageCombo.setEnabled(enabled);
|
imageCombo.setEnabled(enabled);
|
||||||
connectionSelector.setEnabled(enabled);
|
connectionSelector.setEnabled(enabled);
|
||||||
|
setVolumeControlsEnabled(new Button[] { addButton }, enabled);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initializeEnablementButton() {
|
private void initializeEnablementButton() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue