Skip to content

Commit

Permalink
#223 Polish / cosmetic.
Browse files Browse the repository at this point in the history
Signed-off-by: cneben <benoit@destrat.io>
  • Loading branch information
cneben committed Feb 20, 2024
1 parent baa5f3b commit f426f2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/qanGraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1436,12 +1436,6 @@ bool Graph::hasSelection() const

bool Graph::hasMultipleSelection() const
{
// Note 20231104: There is still no support for multiple edge selection,
// but an heterogeneous selection of nodes and groups is a multiple selection
// FIXME #223 again
/*return (_selectedNodes.size() +
_selectedGroups.size()) > 1 ||
_selectedEdges.size() > 1;*/
return (_selectedNodes.size() +
_selectedGroups.size() +
_selectedEdges.size()) > 1;
Expand Down

0 comments on commit f426f2e

Please sign in to comment.