This commit is contained in:
parent
697920e417
commit
4ceb9db53a
@ -236,9 +236,13 @@ namespace Volian.Controls.Library
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="args"></param>
|
||||
private ItemInfo curDSOItem = null;
|
||||
void _MyStepPanel_AttachmentClicked(object sender, StepPanelAttachmentEventArgs args)
|
||||
{
|
||||
if (curDSOItem != null) return;
|
||||
curDSOItem = args.MyStepItem.MyItemInfo;
|
||||
_MyDisplayTabControl.OpenItem(args.MyStepItem.MyItemInfo);
|
||||
curDSOItem = null;
|
||||
}
|
||||
/// <summary>
|
||||
/// Occurs when the user clicks on the tab next to an item
|
||||
|
Loading…
x
Reference in New Issue
Block a user