From 84cc475d90ee6b567e073141f511187799c9e74f Mon Sep 17 00:00:00 2001 From: Kathy Date: Fri, 26 Oct 2012 10:29:37 +0000 Subject: [PATCH] --- PROMS/Volian.Controls.Library/StepRTB.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROMS/Volian.Controls.Library/StepRTB.cs b/PROMS/Volian.Controls.Library/StepRTB.cs index d75fb66f..80324ad6 100644 --- a/PROMS/Volian.Controls.Library/StepRTB.cs +++ b/PROMS/Volian.Controls.Library/StepRTB.cs @@ -606,7 +606,7 @@ namespace Volian.Controls.Library if (_EventHandlersForKeyPress>0) return; // Always be sure to add the same event handlers to RemoveEventHandlers BorderStyle = System.Windows.Forms.BorderStyle.None; - this.DetectUrls = true; + this.DetectUrls = false; ContentsResized += new ContentsResizedEventHandler(StepRTB_ContentsResized); this.Click +=new EventHandler(StepRTB_Click); this.KeyPress += new KeyPressEventHandler(StepRTB_KeyPress); @@ -677,7 +677,7 @@ namespace Volian.Controls.Library this.Height = 10; // initialize the height to 10, the default height was too big for the cells in grid tables BorderStyle = System.Windows.Forms.BorderStyle.None; this.ScrollBars = RichTextBoxScrollBars.None; - this.DetectUrls = true; + this.DetectUrls = false; } // An event is needed to set MouseDown to false on mouse leave, because additional rtb's may // have been exposed based on entering a step, which causes the underlying item/rtb for which