Revision: 51296
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51296&view=rev
Author:   bob1961
Date:     2012-06-22 21:53:12 +0000 (Fri, 22 Jun 2012)
Log Message:
-----------
Putting back a line of code that accidentally got clobbered.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/lib/Ged.tcl

Modified: brlcad/trunk/src/tclscripts/lib/Ged.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/lib/Ged.tcl     2012-06-22 21:37:52 UTC (rev 
51295)
+++ brlcad/trunk/src/tclscripts/lib/Ged.tcl     2012-06-22 21:53:12 UTC (rev 
51296)
@@ -4586,6 +4586,7 @@
 
 
 ::itcl::body cadwidgets::Ged::rgb_to_tk {_r _g _b} {
+    return [format \#%.2x%.2x%.2x $_r $_g $_b]
 }
 
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to