[Schmitzm-commits] r586 - branches/1.0-gt2-2.6/src/schmitzm/geotools/gui

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Nov 26 15:34:07 CET 2009


Author: alfonx
Date: 2009-11-26 15:34:06 +0100 (Thu, 26 Nov 2009)
New Revision: 586

Modified:
   branches/1.0-gt2-2.6/src/schmitzm/geotools/gui/MapContextControlPane.java
Log:
Add true to FeatureLayerFilterDialog constructor (for new param geomPrev) 

Modified: branches/1.0-gt2-2.6/src/schmitzm/geotools/gui/MapContextControlPane.java
===================================================================
--- branches/1.0-gt2-2.6/src/schmitzm/geotools/gui/MapContextControlPane.java	2009-11-26 14:33:27 UTC (rev 585)
+++ branches/1.0-gt2-2.6/src/schmitzm/geotools/gui/MapContextControlPane.java	2009-11-26 14:34:06 UTC (rev 586)
@@ -426,7 +426,7 @@
 			if (filterLayer.isEnabled())
 				try {
 					filterDialog = new FeatureLayerFilterDialog(null, mapPane,
-							layer);
+							layer, true);
 					filterDialog.setModal(false);
 				} catch (Exception err) {
 					LangUtil



More information about the Schmitzm-commits mailing list