mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-07 15:55:00 +00:00
fix: use checkbox instead of Overlays
This commit is contained in:
parent
dc23f09f05
commit
20cfccbe25
2 changed files with 982 additions and 778 deletions
1759
Cargo.lock
generated
1759
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -228,7 +228,6 @@ impl SelectTool {
|
|||
|
||||
vec![
|
||||
CheckboxInput::new(self.tool_data.dot_state.enabled)
|
||||
.icon("Overlays")
|
||||
.tooltip("Disable Transform Pivot Point")
|
||||
.on_update(|optional_input: &CheckboxInput| SelectToolMessage::SelectOptions(SelectOptionsUpdate::ToggleDotType(optional_input.checked)).into())
|
||||
.widget_holder(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue