This commit is contained in:
@@ -934,5 +934,10 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
_DisplayRTB.BackColor = _Panel.InactiveColor;
|
||||
}
|
||||
|
||||
private void _DisplayRTB_LinkModifyTran(object sender, LinkClickedEventArgs e)
|
||||
{
|
||||
_Panel.OnLinkModifyTran(sender, new DisplayLinkEventArgs(this, e));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user