Corrected typo (runing vs running)
Shift-Ctrl-Note Insert Note displays an empty context menu if the Insert Note is disabled in the Ribbon
This commit is contained in:
@@ -2484,7 +2484,7 @@ namespace Volian.Controls.Library
|
||||
_ContextMenuBar.SetContextMenuEx(_MyStepRTB, btnCMStepPaste);
|
||||
break;
|
||||
}
|
||||
if (displayMenu && UserInfo.CanEdit(MyUserInfo, Mydvi));
|
||||
if (displayMenu && UserInfo.CanEdit(MyUserInfo, Mydvi))
|
||||
{
|
||||
SendKeys.Send("+{F10}{DOWN}"); // Display Context menu
|
||||
while (moveDown > 0) // position to current type
|
||||
|
Reference in New Issue
Block a user