mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 09:47:58 +01:00
Fixes #3951. Add DimFuncWithView with a View dependency
This commit is contained in:
@@ -543,6 +543,7 @@ public class TextFieldTests
|
||||
var tf = new TextField { Width = 5 };
|
||||
tf.BeginInit ();
|
||||
tf.EndInit ();
|
||||
tf.Layout ();
|
||||
|
||||
tf.NewKeyDownEvent (new ("📄"));
|
||||
Assert.Equal (1, tf.CursorPosition);
|
||||
|
||||
Reference in New Issue
Block a user