mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fix merge errors.
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user