mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-07 15:55:00 +00:00
cargo: fmt
This commit is contained in:
parent
9e2f4d6988
commit
1ec29743c3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ pub fn pin_pivot_widget(inactive: bool, enabled: bool, source: Source) -> Widget
|
|||
.on_update(move |_| match source {
|
||||
Source::Select if enabled => SelectToolMessage::SelectOptions(SelectOptionsUpdate::TogglePivotPinned()).into(),
|
||||
Source::Path if enabled => PathToolMessage::UpdateOptions(PathOptionsUpdate::TogglePivotPinned()).into(),
|
||||
_ => Message::NoOp
|
||||
_ => Message::NoOp,
|
||||
})
|
||||
.widget_holder()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue