Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fallthrough
  • Loading branch information
vcloarec committed Sep 22, 2021
1 parent 939eca2 commit d5e6398
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/mesh/qgsmaptooleditmeshframe.cpp
Expand Up @@ -684,10 +684,8 @@ QgsMapTool::Flags QgsMapToolEditMeshFrame::flags() const
{
case Digitizing:
if ( !mSelectedVertices.isEmpty() )
{
return QgsMapTool::Flags() | QgsMapTool::ShowContextMenu;
break;
}
FALLTHROUGH
case AddingNewFace:
case Selecting:
case MovingSelection:
Expand Down

0 comments on commit d5e6398

Please sign in to comment.