Shutoff AutoExpand for PMS-809 also
This commit is contained in:
@@ -460,7 +460,12 @@ namespace Volian.Controls.Library
|
||||
Cursor tmp = Cursor.Current;
|
||||
Cursor.Current = Cursors.WaitCursor;
|
||||
if (!_Loading && MyExpandingStatus == ExpandingStatus.No)
|
||||
Expand((ContentType >= 20000) || MyItemInfo.ActiveFormat.MyStepSectionLayoutData.Dev_Format);
|
||||
{
|
||||
if (MyStepPanel.AutoExpand)
|
||||
Expand((ContentType >= 20000) || MyItemInfo.ActiveFormat.MyStepSectionLayoutData.Dev_Format);
|
||||
else
|
||||
Expand(false);
|
||||
}
|
||||
Cursor.Current = tmp;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user