File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ void draw_logical_connections(ezgl::renderer* g) {
576
576
g->set_color (DRIVES_IT_COLOR, DRIVES_IT_COLOR.alpha * NET_ALPHA);
577
577
} else if (src_is_src_of_selected && sel_subblk_info.is_in_selected_subtree (sink_pb_gnode, sink_clb)) {
578
578
g->set_color (DRIVEN_BY_IT_COLOR, DRIVEN_BY_IT_COLOR.alpha * NET_ALPHA);
579
- } else if (draw_state->show_nets == DRAW_LOGICAL_CONNECTIONS && (draw_state->showing_sub_blocks () || src_clb != sink_clb)) {
579
+ } else if (draw_state->show_nets == DRAW_PRIMITIVE_NETS && (draw_state->showing_sub_blocks () || src_clb != sink_clb)) {
580
580
g->set_color (ezgl::BLACK, ezgl::BLACK.alpha * NET_ALPHA); // if showing all, draw the other ones in black
581
581
} else {
582
582
continue ; // not showing all, and not the sperified block, so skip
You can’t perform that action at this time.
0 commit comments