Fixed code so that Right-Click is accounted for before going to an enhanced document
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user