Revision: 50636
http://brlcad.svn.sourceforge.net/brlcad/?rev=50636&view=rev
Author: bob1961
Date: 2012-05-23 11:04:54 +0000 (Wed, 23 May 2012)
Log Message:
-----------
Clear mLastDataIndex after data move.
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-05-23 03:00:28 UTC (rev
50635)
+++ brlcad/trunk/src/tclscripts/lib/Ged.tcl 2012-05-23 11:04:54 UTC (rev
50636)
@@ -3295,6 +3295,8 @@
foreach callback $mEndDataMoveCallbacks {
catch {$callback $mLastDataType}
}
+
+ set mLastDataIndex ""
refresh_on
refresh_all
}
@@ -3322,6 +3324,8 @@
foreach callback $mEndDataPolygonCallbacks {
catch {$callback $mLastDataIndex}
}
+
+ set mLastDataIndex ""
}
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits