Allow dropper tool to edit current custom swatch fill
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
In Progress
|
Wishlist
|
John Smith |
Bug Description
Follow-up to:
Bug #239392 “Missing Color Picker in Fill and Stroke Dialog”
Related to:
Bug #171170 “Use color picker to add colors to palette”
When selecting an object with a custom swatch, the Fill&Stroke dialog in trunk shows the list of available swatches, and the color selector widget below to edit the color of the current swatch.
Expected behavior:
Clicking on the dropper tool icon in the color selector widget of the current swatch fill will apply the picked color to the current swatch fill (as if the color sliders had been adjusted).
Actual behavior (r11664):
Instead of modifying the color of the current swatch fill, the picked color replaces the swatch with a flat color.
Proposal:
When calling the color picker from the color selector widget of a swatch fill, allow it to edit the color of the current swatch by picking a color from the canvas (instead of switching from swatch color to flat color).
Alternative (somewhat better then current situation):
Hide the dropper tool icon in the special variant of the fill&stroke dialog for swatch fills.
tags: | added: dropper |
Changed in inkscape: | |
status: | New → Confirmed |
Attached patch should work as per proposal above, please test.