This commit is contained in:
@@ -632,8 +632,9 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
_MouseDown = true;
|
||||
//Console.WriteLine("vvvvvvvvvv StepRTB Mouse Down id= {0}",MyItemInfo.ItemID);
|
||||
bool inPsi = this.Parent.FindForm().Name.Contains("frmPSI");
|
||||
if (!_ContextMenuStripChanged)
|
||||
OnSetMenu(this, new StepRTBMenuEventArgs("OpenContextMenu"));
|
||||
OnSetMenu(this, new StepRTBMenuEventArgs(inPsi?"PSI":"OpenContextMenu"));
|
||||
_ContextMenuStripChanged = false;
|
||||
CorrectSelectionAtEndOfLine();
|
||||
}
|
||||
@@ -945,7 +946,7 @@ namespace Volian.Controls.Library
|
||||
else
|
||||
AddLink20(linkUrl, linkValue);
|
||||
}
|
||||
private string FontTable
|
||||
public string FontTable
|
||||
{
|
||||
get
|
||||
{
|
||||
|
Reference in New Issue
Block a user