This commit is contained in:
John Jenko 2010-03-31 16:52:14 +00:00
parent e754763029
commit 00e581bc62

View File

@ -1085,7 +1085,7 @@ namespace VEPROMS.CSLA.Library
VE_Font font = null; VE_Font font = null;
try try
{ {
FormatInfo format = (ActiveFormat != null || fmt == null) ? ActiveFormat : fmt;//_MyItemInfo.ActiveFormat; FormatInfo format = (LocalFormat != null || fmt == null) ? LocalFormat : fmt;//_MyItemInfo.ActiveFormat;
int type = (int)MyContent.Type;//_MyItemInfo.MyContent.Type; int type = (int)MyContent.Type;//_MyItemInfo.MyContent.Type;
switch (type / 10000) switch (type / 10000)
{ {