Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.7.0
-
None
-
Linux x86_64
Description
With QtQuick.Controls.Material 2 color assignment is documented to work like this:
Material.accent: Material.Red
But this yields the wrong color. Instead only the following works correctly:
Material.accent: Material.color(Material.Red)
See attached screenshot (incl. demo code)