From: jpbruyere Date: Fri, 11 Dec 2015 09:32:04 +0000 (+0100) Subject: testRadioBut2 X-Git-Tag: 0.3~100 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=45ff312aa9b439678731a4a8b3462a3adea57133;p=jp%2Fcrow.git testRadioBut2 --- diff --git a/Tests/GOLIBTests.cs b/Tests/GOLIBTests.cs index 4ceb17e0..0b0fba69 100644 --- a/Tests/GOLIBTests.cs +++ b/Tests/GOLIBTests.cs @@ -36,8 +36,9 @@ namespace test int frameCpt = 0; int idx = 0; string[] testFiles = { - "testSpinner.goml", - "test_Listbox.goml", +// "testSpinner.goml", +// "test_Listbox.goml", + "testRadioButton2.goml", "fps.goml", "testCheckbox.goml", "testExpandable.goml", @@ -140,10 +141,10 @@ namespace test } protected override void OnKeyDown (KeyboardKeyEventArgs e) { - if (FocusedWidget != null) { - base.OnKeyDown (e); - return; - } +// if (FocusedWidget != null) { +// base.OnKeyDown (e); +// return; +// } if (e.Key == Key.Escape) { this.Quit (); return; diff --git a/Tests/Interfaces/testRadioButton2.goml b/Tests/Interfaces/testRadioButton2.goml new file mode 100755 index 00000000..e6a43800 --- /dev/null +++ b/Tests/Interfaces/testRadioButton2.goml @@ -0,0 +1,15 @@ + + + + + + + + + + diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 9d3a3410..e12e092e 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -181,6 +181,9 @@ PreserveNewest + + PreserveNewest +