Revision: 77178
http://sourceforge.net/p/brlcad/code/77178
Author: starseeker
Date: 2020-09-19 01:20:09 +0000 (Sat, 19 Sep 2020)
Log Message:
-----------
Not falling through here means we're missing most of the highlighting.
Modified Paths:
--------------
brlcad/trunk/src/qged/cadtreemodel.cpp
Modified: brlcad/trunk/src/qged/cadtreemodel.cpp
===================================================================
--- brlcad/trunk/src/qged/cadtreemodel.cpp 2020-09-19 01:02:12 UTC (rev
77177)
+++ brlcad/trunk/src/qged/cadtreemodel.cpp 2020-09-19 01:20:09 UTC (rev
77178)
@@ -413,7 +413,7 @@
case OP_SUBTRACT:
case OP_XOR:
db_find_subtree(ret, name, tp->tr_b.tb_right, dbip, depth,
max_depth, combinternals, traverse_func);
- break;
+ /* fall through */
case OP_NOT:
case OP_GUARD:
case OP_XNOP:
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