Merge "Issue #1436 Fixed selection icon reset, Fixed area text box display check." into development
Former-commit-id:e6d99ad02f
[formerly6b2edffd7e
] [formerlyf25f22c569
] [formerlye6d99ad02f
[formerly6b2edffd7e
] [formerlyf25f22c569
] [formerly6a54b7f4d3
[formerlyf25f22c569
[formerly 26e37784cac5ffd690e7280aa394711a3bd86820]]]] Former-commit-id:6a54b7f4d3
Former-commit-id:027405d885
[formerly7b4c0a6750
] [formerly 5a9975d4a70f6406f7472ca9c563808a13efa411 [formerly34bc572bb9
]] Former-commit-id: 131065445848d56f6141b20ef57f96d9c9cc7029 [formerlye97eead930
] Former-commit-id:6eed9166d7
This commit is contained in:
commit
968b9fe25b
2 changed files with 19 additions and 18 deletions
|
@ -113,6 +113,7 @@ import com.vividsolutions.jts.geom.Coordinate;
|
|||
* Dec 11, 2012 1405 mpduff Move close confirmation dialog after event.doit = false.
|
||||
* Dec 10, 2012 1259 bsteffen Switch Data Delivery from LatLon to referenced envelopes.
|
||||
* Dec 12, 2012 1391 bgonzale Added job for dataset retrieval.
|
||||
* Jan 08, 2012 1436 bgonzale Fixed area text box display update check.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -735,8 +736,7 @@ public class DataBrowserDlg extends CaveSWTDialog implements IDataTableUpdate,
|
|||
if (envelope == null || envelope.isEmpty()) {
|
||||
areaSelectedLbl.setText("");
|
||||
clearBtn.setEnabled(false);
|
||||
}
|
||||
|
||||
} else {
|
||||
NumberFormat formatter = new DecimalFormat(".0000");
|
||||
|
||||
Coordinate ul = EnvelopeUtils.getUpperLeftLatLon(envelope);
|
||||
|
@ -757,6 +757,7 @@ public class DataBrowserDlg extends CaveSWTDialog implements IDataTableUpdate,
|
|||
if (areaSelectedLbl.getText().length() > 0) {
|
||||
clearBtn.setEnabled(true);
|
||||
}
|
||||
}
|
||||
|
||||
this.areaDirty = true;
|
||||
}
|
||||
|
|
|
@ -77,7 +77,8 @@ import com.raytheon.viz.ui.widgets.duallist.DualListConfig;
|
|||
* Dec 12, 2012 1391 bgonzale Added a job for the dataset query.
|
||||
* Dec 10, 2012 1259 bsteffen Switch Data Delivery from LatLon to referenced envelopes.
|
||||
* Dec 18, 2012 1436 bgonzale When creating the filter dialogs, use the loaded
|
||||
* configuration when populating the filters.
|
||||
* configuration when populating the filters. Fixed selection
|
||||
* icon update when loading from a file.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -326,7 +327,6 @@ public class FilterExpandBar extends Composite implements IFilterUpdate, IExpand
|
|||
FilterComp filterComp = new FilterComp(expandBar, SWT.NONE, this, filterConfig, idx);
|
||||
|
||||
expItem.setHeight(filterComp.computeSize(SWT.DEFAULT, SWT.DEFAULT).y);
|
||||
expItem.setImage(filterImgs.getExpandItemImage(ExpandItemState.NoEntries));
|
||||
expItem.setControl(filterComp);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue