|
@@ -8954,7 +8954,7 @@ Error ";
|
|
tv.SelectionStartRow = 0;
|
|
tv.SelectionStartRow = 0;
|
|
Assert.Equal ($"TopLevel{Environment.NewLine}Base{Environment.NewLine}Dialog", tv.SelectedText);
|
|
Assert.Equal ($"TopLevel{Environment.NewLine}Base{Environment.NewLine}Dialog", tv.SelectedText);
|
|
tv.Copy ();
|
|
tv.Copy ();
|
|
- tv.Selecting = false;
|
|
|
|
|
|
+ tv.IsSelecting = false;
|
|
tv.CursorPosition = new (2, 4);
|
|
tv.CursorPosition = new (2, 4);
|
|
tv.Paste ();
|
|
tv.Paste ();
|
|
Application.Refresh ();
|
|
Application.Refresh ();
|
|
@@ -8989,7 +8989,7 @@ Dialogror ";
|
|
tv.SelectedText
|
|
tv.SelectedText
|
|
);
|
|
);
|
|
tv.Copy ();
|
|
tv.Copy ();
|
|
- tv.Selecting = false;
|
|
|
|
|
|
+ tv.IsSelecting = false;
|
|
tv.CursorPosition = new (2, 4);
|
|
tv.CursorPosition = new (2, 4);
|
|
tv.Paste ();
|
|
tv.Paste ();
|
|
Application.Refresh ();
|
|
Application.Refresh ();
|