Color selector

This commit is contained in:
Maddo 2017-03-22 09:20:46 +01:00
commit a3a721af32
6 changed files with 81 additions and 20 deletions

View file

@ -688,7 +688,7 @@ namespace WPFCatalog
public string ColoreTestoRGB
{
get { return PicSettings.GetString("coloreTestoRGB"); }
get { return PicSettings.GetString("coloreTestoRGB", "#000000"); }
set
{
PicSettings.Set("coloreTestoRGB", value);