Fixes #3951. Add DimFuncWithView with a View dependency

This commit is contained in:
BDisp
2025-07-25 03:06:49 +01:00
parent f9202c5594
commit b6d0aefd9b
27 changed files with 166 additions and 36 deletions

View File

@@ -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);