[Schmitzm-commits] r1027 - branches/2.2.x/src/schmitzm/geotools/gui
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Sep 21 10:28:45 CEST 2010
Author: alfonx
Date: 2010-09-21 10:28:45 +0200 (Tue, 21 Sep 2010)
New Revision: 1027
Modified:
branches/2.2.x/src/schmitzm/geotools/gui/ColorMapTable.java
Log:
Label Column auch wieder editierbar in ColorMapTable
Modified: branches/2.2.x/src/schmitzm/geotools/gui/ColorMapTable.java
===================================================================
--- branches/2.2.x/src/schmitzm/geotools/gui/ColorMapTable.java 2010-09-21 08:27:41 UTC (rev 1026)
+++ branches/2.2.x/src/schmitzm/geotools/gui/ColorMapTable.java 2010-09-21 08:28:45 UTC (rev 1027)
@@ -284,7 +284,7 @@
* durchsichtig ist.
*/
public boolean isCellEditable(int row, int col) {
- return col == 0 || (col == 1 && (!(Boolean) getValueAt(row, 3)))
+ return col == 0 || (col == 1 && (!(Boolean) getValueAt(row, 3))) || col == 2
|| col == 3;
}
More information about the Schmitzm-commits
mailing list