This commit is contained in:
parent
e754763029
commit
00e581bc62
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user