When changing the color of a composer item using python, the corresponding color widget does not update to my new color.

For example, changing the label font color:

composerLabel.setFontColor(QColor(50,50,50,255))


After a redraw, the label's color in the map does change to my new value. But after selecting it, the widget still shows a black (#000000) value. How can I tell the gui to change as well? And shouldn't setFontColor function tell the gui to change?

Hoping anyone can help.

Regards,
Raymond


_______________________________________________
Qgis-developer mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to