This commit is contained in:
@@ -125,7 +125,7 @@ namespace Volian.Print.Library
|
||||
set
|
||||
{
|
||||
_MySection = value;
|
||||
MySectionTitle = (_MySection.DisplayNumber == null ? "" : _MySection.DisplayNumber + " - ") + _MySection.DisplayText;
|
||||
MySectionTitle = ((_MySection.DisplayNumber ?? "")=="" ? "" : _MySection.DisplayNumber + " - ") + _MySection.DisplayText;
|
||||
MySvg = BuildSvg(_MySection);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user