Fixed code so that Right-Click is accounted for before going to an enhanced document

This commit is contained in:
Rich
2016-01-28 16:18:13 +00:00
parent 3d38002678
commit b087ce9996
3 changed files with 10 additions and 9 deletions

View File

@@ -342,7 +342,7 @@ namespace Volian.Controls.Library
void MyStepRTB_OpenContextMenu(object sender, StepRTBLocationEventArgs args)
{
MyStepPanel.MyStepTabPanel.MyStepTabRibbon.OpenContextMenu(args.Location);
MyStepPanel.MyStepTabPanel.MyStepTabRibbon.OpenContextMenu(args.Location, sender);
}
void MyStepRTB_SetMenu(object sender, StepRTBMenuEventArgs args)