Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
resolve unintended fallthrough
  • Loading branch information
signedav committed Aug 13, 2020
1 parent 5c1676f commit 5273e74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/vector/qgsattributesformproperties.cpp
Expand Up @@ -549,6 +549,8 @@ void QgsAttributesFormProperties::loadAttributeSpecificEditor( QgsAttributesDnDT
{
loadInfoWidget( tr( "This configuration is available with double click" ) );
}
receiver->clearSelection();
break;
}
case DnDTreeItemData::WidgetType:
{
Expand Down

0 comments on commit 5273e74

Please sign in to comment.