Revision: 55162
          http://brlcad.svn.sourceforge.net/brlcad/?rev=55162&view=rev
Author:   bob1961
Date:     2013-04-15 15:57:11 +0000 (Mon, 15 Apr 2013)
Log Message:
-----------
This fixes a bug (i.e. the various object panels no longer appear when an 
object is selected) that shows up when a database is opened when in "Rt Image 
View" mode.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/archer/Archer.tcl

Modified: brlcad/trunk/src/tclscripts/archer/Archer.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/Archer.tcl       2013-04-15 11:40:57 UTC 
(rev 55161)
+++ brlcad/trunk/src/tclscripts/archer/Archer.tcl       2013-04-15 15:57:11 UTC 
(rev 55162)
@@ -7266,6 +7266,9 @@
 
 
 ::itcl::body Archer::initDbAttrView {name} {
+    set mObjViewMode $OBJ_EDIT_VIEW_MODE
+    set mPrevObjViewMode $OBJ_EDIT_VIEW_MODE
+
     catch {pack forget $itk_component(dbAttrView)}
     catch {pack forget $itk_component(objViewToolbar)}
     catch {pack forget $itk_component(objAttrView)}

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


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to