This commit is contained in:
parent
2fdb19be8e
commit
06a73d2c30
@ -1692,7 +1692,7 @@ namespace Volian.Controls.Library
|
|||||||
if (nextEditItem.Top != bottom)
|
if (nextEditItem.Top != bottom)
|
||||||
{
|
{
|
||||||
nextEditItem.TryAgainLater = true;
|
nextEditItem.TryAgainLater = true;
|
||||||
_MyLog.InfoFormat("Setting nextEditItem.Top = bottom for ID {0}, ({1}) did not work, TryAgainLater", nextEditItem.MyID, nextEditItem.MyItemInfo.SearchPath);
|
_MyLog.InfoFormat("Setting nextEditItem.Top ({0}) = bottom ({1}) for ID {2}, ({3}) did not work, TryAgainLater", nextEditItem.Top, bottom, nextEditItem.MyID, nextEditItem.MyItemInfo.SearchPath);
|
||||||
}
|
}
|
||||||
nextEditItem.LastMethodsPop();
|
nextEditItem.LastMethodsPop();
|
||||||
MyStepPanel.ItemMoving--;
|
MyStepPanel.ItemMoving--;
|
||||||
@ -2204,7 +2204,7 @@ namespace Volian.Controls.Library
|
|||||||
break;
|
break;
|
||||||
case 2: // Steps
|
case 2: // Steps
|
||||||
ContentFont = myStepPanel.StepFont;//lblTab.Font = myStepPanel.StepFont;
|
ContentFont = myStepPanel.StepFont;//lblTab.Font = myStepPanel.StepFont;
|
||||||
TabFont = itemInfo.MyTab.MyFont.WindowsFont;
|
if (itemInfo.MyTab != null ) TabFont = itemInfo.MyTab.MyFont.WindowsFont;
|
||||||
MyStepData = itemInfo.ActiveFormat.PlantFormat.FormatData.StepDataList[ContentType % 10000];
|
MyStepData = itemInfo.ActiveFormat.PlantFormat.FormatData.StepDataList[ContentType % 10000];
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user