commented out console writeline
This commit is contained in:
parent
f2b59812a0
commit
87494ae0ed
@ -2150,8 +2150,8 @@ namespace Volian.Controls.Library
|
|||||||
if (MyItemInfo.ActiveFormat.MyStepSectionLayoutData.Dev_Format && (MyItemInfo.IsCaution || MyItemInfo.IsNote ))
|
if (MyItemInfo.ActiveFormat.MyStepSectionLayoutData.Dev_Format && (MyItemInfo.IsCaution || MyItemInfo.IsNote ))
|
||||||
{
|
{
|
||||||
int x = MyStepPanel.ToDisplay(MyItemInfo.ActiveFormat.MyStepSectionLayoutData.ColT);
|
int x = MyStepPanel.ToDisplay(MyItemInfo.ActiveFormat.MyStepSectionLayoutData.ColT);
|
||||||
if (MyItemInfo.ItemID == 1 || MyItemInfo.ItemID == 52)
|
//if (MyItemInfo.ItemID == 1 || MyItemInfo.ItemID == 52)
|
||||||
Console.WriteLine("here");
|
// Console.WriteLine("here");
|
||||||
if(MyItemInfo.IsNote)
|
if(MyItemInfo.IsNote)
|
||||||
x += Width + 6;
|
x += Width + 6;
|
||||||
Location = new Point(x, FindTop(myTop));
|
Location = new Point(x, FindTop(myTop));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user