Store QColor as String in preferences file
Currently the QColor are stored as QVariant with a weird syntax. It just bites us on Mac OSX Sierra.. see #126041: Black score view with MacOS Sierra.
It would be better to store them as string, they would be more easily editable with text editor and we would avoid any problem with QVariant reading...
Comments
Fixed in branch master, commit 185f32911c
fix #127076: Store QColor as String in preferences file
Fixed in branch 2.0.4, commit 86294d5e8d
fix #127076: Store QColor as String in preferences file
Fixed in branch 2.0.3.1, commit 2570488ccd
fix #127076: Store QColor as String in preferences file
Automatically closed -- issue fixed for 2 weeks with no activity.