This commit is contained in:
parent
9a7cfe9b7f
commit
99baac1d0d
@ -1137,7 +1137,7 @@ namespace VEPROMS
|
|||||||
itemAnnotationsBindingSource.DataSource = null;
|
itemAnnotationsBindingSource.DataSource = null;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
itemAnnotationsBindingSource.DataSource = args.MyVlnCSLARTB.MyItem.ItemAnnotations;
|
itemAnnotationsBindingSource.DataSource = args.MyDisplayItem.MyItem.ItemAnnotations;
|
||||||
DisplayTabPanel dtp = ((DisplayTabItem)tc.SelectedTab).MyTabPanel;
|
DisplayTabPanel dtp = ((DisplayTabItem)tc.SelectedTab).MyTabPanel;
|
||||||
if (dtp == null) return;
|
if (dtp == null) return;
|
||||||
displayTransition.MyRTB = dtp.MyPanel.DisplayRTB;
|
displayTransition.MyRTB = dtp.MyPanel.DisplayRTB;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user