Commented out debug
This commit is contained in:
parent
0085091475
commit
4fefa90d79
@ -78,14 +78,14 @@ namespace Volian.Svg.Library
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
if (_MyFontSettings.Font.Size < 10)
|
//if (_MyFontSettings.Font.Size < 10)
|
||||||
Console.WriteLine("It didn't work!");
|
// Console.WriteLine("It didn't work!");
|
||||||
return _MyFontSettings.Font;
|
return _MyFontSettings.Font;
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
if (value.Size < 10)
|
//if (value.Size < 10)
|
||||||
Console.WriteLine("It didn't work!");
|
// Console.WriteLine("It didn't work!");
|
||||||
_MyFontSettings.Font = value;
|
_MyFontSettings.Font = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user