@@ -2,6 +2,8 @@
* TreeView.cs: Use the currently highlighted node for the
BeforeSelect event.
+ * TextBoxBase.cs: There is no need to expand selection on
+ MouseMove.
2006-11-10 Andreia Gaita <[email protected]>
@@ -1741,8 +1741,6 @@ namespace System.Windows.Forms {
if (click_mode == CaretSelection.Position) {
document.SetSelectionToCaret(false);
document.DisplayCaret();
- } else {
- document.ExpandSelection(click_mode, true);
}