Skip to content
Commit c7271b35 authored by Sharaf Zaman's avatar Sharaf Zaman
Browse files

Bugfix: selecting shapes wouldn't enable KoFillConfigWidget

This signal was wrongly (in fc362afc) removed under the assumption it
is an alias to `selectionContentChanged()` signal.

This signal doesn't need blockers, like it did previously, because the
blockers were meant to stop the selectionContentChanged (e.g we change
the color and it would fire selectionContentChanged(), to which we'd
respond with again updating color -- a cycle).

CCBUG:456807
(cherry picked from commit bbbfefc5)
parent ed46cf17
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment