Parent Directory
|
Revision Log
|
Patch
branches/1.0-gt2-2.6/src/skrueger/geotools/selection/ChartSelectionSynchronizer.java revision 315 by mojays, Wed Aug 26 11:03:27 2009 UTC | trunk/src/skrueger/geotools/selection/ChartSelectionSynchronizer.java revision 685 by alfonx, Wed Feb 10 15:04:02 2010 UTC | |
---|---|---|
# | Line 88 public class ChartSelectionSynchronizer | Line 88 public class ChartSelectionSynchronizer |
88 | */ | */ |
89 | @Override | @Override |
90 | public void propertyChange(PropertyChangeEvent evt) { | public void propertyChange(PropertyChangeEvent evt) { |
91 | ||
92 | if (!isEnabled()) | |
93 | return; | |
94 | ||
95 | if (!(evt instanceof StyledLayerSelectionEvent)) | if (!(evt instanceof StyledLayerSelectionEvent)) |
96 | return; | return; |
97 | StyledLayerSelectionEvent selEvt = (StyledLayerSelectionEvent) evt; | StyledLayerSelectionEvent selEvt = (StyledLayerSelectionEvent) evt; |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |