Skip to content

Commit

Permalink
ToolOptionWidget: set closed path state based on property state
Browse files Browse the repository at this point in the history
Otherwise the checkbox won't look correct.
  • Loading branch information
MrStevns committed Jul 24, 2024
1 parent 4563e43 commit e0a86b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/tooloptionwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ void ToolOptionWidget::updateUI()
setStabilizerLevel(p.stabilizerLevel);
setFillContour(p.useFillContour);
setShowSelectionInfo(p.showSelectionInfo);
setClosedPath(p.closedPolylinePath);
}

void ToolOptionWidget::createUI()
Expand Down

0 comments on commit e0a86b6

Please sign in to comment.