Fix merge errors.

This commit is contained in:
BDisp
2024-10-09 12:40:47 +01:00
parent 614bb69ed9
commit a6234da334
3 changed files with 7 additions and 7 deletions

View File

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