This commit is contained in:
parent
2fdb19be8e
commit
06a73d2c30
@ -1692,7 +1692,7 @@ namespace Volian.Controls.Library
|
||||
if (nextEditItem.Top != bottom)
|
||||
{
|
||||
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();
|
||||
MyStepPanel.ItemMoving--;
|
||||
@ -2204,7 +2204,7 @@ namespace Volian.Controls.Library
|
||||
break;
|
||||
case 2: // Steps
|
||||
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];
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user