Skip to content

Commit

Permalink
#1593 cosmetic.
Browse files Browse the repository at this point in the history
Signed-off-by: cneben <[email protected]>
  • Loading branch information
cneben committed Feb 14, 2024
1 parent 2adcaf9 commit ae6ea81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qanGraphView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ void GraphView::selectionRectActivated(const QRectF& rect)
item->boundingRect());
if (rect.contains(itemBr)) {
auto edge = edgeItem->getEdge();
qWarning() << "Edge " << edge->getLabel() << "selected " << edge;

_graph->setEdgeSelected(edge, true);
_selectedItems.insert(edgeItem);
Expand Down

0 comments on commit ae6ea81

Please sign in to comment.