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