Fixes culture info of DataField from pr #250

This commit is contained in:
BDisp
2019-11-16 15:24:53 +00:00
parent c072e29a68
commit ae07fae1c4
4 changed files with 252 additions and 5 deletions

View File

@@ -142,8 +142,10 @@ static class Demo {
new Button (10, 19, "Cancel"),
new TimeField (3, 20, DateTime.Now),
new TimeField (23, 20, DateTime.Now, true),
new DateField(3, 22, DateTime.Now),
new DateField(23, 22, DateTime.Now, true),
progress,
new Label (3, 22, "Press F9 (on Unix, ESC+9 is an alias) to activate the menubar")
new Label (3, 24, "Press F9 (on Unix, ESC+9 is an alias) to activate the menubar")
);