From: jpbruyere Date: Thu, 25 Feb 2016 17:28:21 +0000 (+0100) Subject: debug listboxes X-Git-Tag: v0.4~117 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=676857a2952b14744fdaaaf088a45b766d6bb9f3;p=jp%2Fcrow.git debug listboxes --- diff --git a/Templates/ListBox.goml b/Templates/ListBox.goml index fa8d514e..79d44de3 100755 --- a/Templates/ListBox.goml +++ b/Templates/ListBox.goml @@ -1,7 +1,8 @@  + Height="{../../HeightPolicy}" Width="{../../WidthPolicy}" + ValueChanged="../../_scroller_ValueChanged"> diff --git a/Tests/GOLIBTests.cs b/Tests/GOLIBTests.cs index 2395b12d..81d76346 100644 --- a/Tests/GOLIBTests.cs +++ b/Tests/GOLIBTests.cs @@ -37,6 +37,7 @@ namespace test int frameCpt = 0; int idx = 0; string[] testFiles = { + "test_Listbox.goml", "6.crow", "testGroupBox.goml", "1.crow", @@ -47,7 +48,6 @@ namespace test "0.crow", "testImage.crow", "testOutOfClipUpdate.crow", - "test_Listbox.goml", "testTreeView.crow", "testWindow.goml", "clip4.crow", diff --git a/Tests/Interfaces/test_Listbox.goml b/Tests/Interfaces/test_Listbox.goml index 19ea0a06..18fe18dc 100755 --- a/Tests/Interfaces/test_Listbox.goml +++ b/Tests/Interfaces/test_Listbox.goml @@ -6,21 +6,23 @@