drawing, implemented change background color feature

Authored by asagtani on Jul 4 2018, 8:17 AM.

Description

drawing, implemented change background color feature

good for me (to be checked if the code can be factorised or not) :)

/src/activities/drawing/BackgroundColorsPalette.qml
24

can the code be shared between this palette and the one in colors tab?

asagtani added inline comments.Jul 11 2018, 1:14 PM
/src/activities/drawing/BackgroundColorsPalette.qml
24

No, the color tab is composed of mainPanel from FoldablePanels.qml and a color grid. While this element creates a new pop-up window. They both share the same color ListModel.

jjazeix added inline comments.Jul 12 2018, 6:52 AM
/src/activities/drawing/BackgroundColorsPalette.qml
24

ok, great :)