Skip to content

Commit 9e79ead

Browse files
committed
LineSymbolSettings: Fix resetting of scale_dash_symbol_check
Resolves #1026.
1 parent 04ebf27 commit 9e79ead

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/symbols/line_symbol_settings.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,7 @@ void LineSymbolSettings::updateContents()
745745
updateBorderContents(symbol->getRightBorder(), right_border_widgets);
746746

747747
supress_dash_symbol_check->setChecked(symbol->getSuppressDashSymbolAtLineEnds());
748+
scale_dash_symbol_check->setChecked(symbol->getScaleDashSymbol());
748749

749750
blockSignalsRecursively(this, false);
750751
/*

0 commit comments

Comments
 (0)