Fixed populating change list tab for single unit sites
Refresh Context Menu when keyboard is used to activate it.
This commit is contained in:
@@ -1785,6 +1785,9 @@ namespace Volian.Controls.Library
|
||||
private bool _SendBackSpace = false;
|
||||
void StepRTB_KeyDown(object sender, KeyEventArgs e)
|
||||
{
|
||||
// added jcb 20130103 to support set ro from word doc with annotation when right click menu is opened by keyboard
|
||||
if (e.KeyCode == Keys.Apps)
|
||||
OnSetMenu(this, new StepRTBMenuEventArgs("OpenContextMenu"));
|
||||
if (e.Control)
|
||||
{
|
||||
IsControlChar = true;
|
||||
|
Reference in New Issue
Block a user