[GRASS-SVN] r34304 - grass/trunk/visualization/nviz/scripts

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 15 10:29:20 EST 2008


Author: neteler
Date: 2008-11-15 10:29:20 -0500 (Sat, 15 Nov 2008)
New Revision: 34304

Modified:
   grass/trunk/visualization/nviz/scripts/attPopup.tcl
Log:
marisn: Remove constant option from surface emission setting as it has no effect (merge from develbranch_6, r34297)

Modified: grass/trunk/visualization/nviz/scripts/attPopup.tcl
===================================================================
--- grass/trunk/visualization/nviz/scripts/attPopup.tcl	2008-11-15 15:25:59 UTC (rev 34303)
+++ grass/trunk/visualization/nviz/scripts/attPopup.tcl	2008-11-15 15:29:20 UTC (rev 34304)
@@ -109,7 +109,8 @@
 		set attPopup_UseColor 1
 		pack $w.f2.use_color -side bottom -expand yes -fill both \
 			-pady 2 -before $w.f2.map
-
+    } elseif {"$att" == "emission" } then {
+        label $w.f2.const -text "Constant not supported" 
     } else {
 		button $w.f2.const -text "New constant"	-command "$cb2" -bd 1 -width 10
     }



More information about the grass-commit mailing list