Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't hide trim option for polygon outlines
  • Loading branch information
nyalldawson committed Mar 18, 2021
1 parent b3b8973 commit 6a351af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gui/symbology/qgssymbollayerwidget.cpp
Expand Up @@ -441,9 +441,6 @@ void QgsSimpleLineSymbolLayerWidget::setContext( const QgsSymbolWidgetContext &c
break;

case QgsSymbol::Fill:
mTrimGroupBox->hide();
break;

case QgsSymbol::Hybrid:
break;
}
Expand Down

0 comments on commit 6a351af

Please sign in to comment.