Revision: 76240
          http://sourceforge.net/p/brlcad/code/76240
Author:   starseeker
Date:     2020-06-30 13:41:34 +0000 (Tue, 30 Jun 2020)
Log Message:
-----------
Sadeep noticed we're using an obsolete method here - comment out for now, need 
to revisit when we have time.

Modified Paths:
--------------
    brlcad/trunk/src/qged/cadattributes.cpp

Modified: brlcad/trunk/src/qged/cadattributes.cpp
===================================================================
--- brlcad/trunk/src/qged/cadattributes.cpp     2020-06-30 13:22:20 UTC (rev 
76239)
+++ brlcad/trunk/src/qged/cadattributes.cpp     2020-06-30 13:41:34 UTC (rev 
76240)
@@ -246,7 +246,7 @@
     CADAttributesNode *curr_node = IndexNode(idx);
     if (curr_node == m_root) return;
     int cnt = attr_children(curr_node->name.toLocal8Bit());
-    if (cnt && !idx.child(cnt-1, 0).isValid()) {
+    if (cnt) { // && !idx.child(cnt-1, 0).isValid()) {
        beginInsertRows(idx, 0, cnt);
        add_Children(curr_node->name.toLocal8Bit(),curr_node);
        endInsertRows();

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to