daniel.zauli 2015-10-06 19:00:15 +00:00
parent 05afb40b6a
commit 83420a166b
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class EditarDetDiagramaAutobusController extends MyGenericForwardComposer
chkVendible.setChecked(detDiagramaAutobus.getVendible() == null ? true : detDiagramaAutobus.getVendible()); chkVendible.setChecked(detDiagramaAutobus.getVendible() == null ? true : detDiagramaAutobus.getVendible());
if ((numefila == 2) || (numefila == 4) || (numefila == 6)) { if ((numefila == 2) || (numefila == 6)) {
itemCombo = DetDiagramaAutobus.TV; itemCombo = DetDiagramaAutobus.TV;
List<Component> children = cmbTipo.getChildren(); List<Component> children = cmbTipo.getChildren();