Skip to content

Commit

Permalink
fix: deselect 9th colorsetter after selecting 7th, fixes #1255
Browse files Browse the repository at this point in the history
  • Loading branch information
Kneemund committed Nov 3, 2024
1 parent 97f9fd0 commit 331272c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rnote-ui/src/colorpicker/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ mod imp {
colorpicker.setter_5().set_active(false);
colorpicker.setter_6().set_active(false);
colorpicker.setter_8().set_active(false);
colorpicker.setter_9().set_active(false);
colorpicker.set_color_active_pad(setter.color());
}
}
Expand Down

0 comments on commit 331272c

Please sign in to comment.