From 676857a2952b14744fdaaaf088a45b766d6bb9f3 Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Thu, 25 Feb 2016 18:28:21 +0100 Subject: [PATCH] debug listboxes --- Templates/ListBox.goml | 3 ++- Tests/GOLIBTests.cs | 2 +- Tests/Interfaces/test_Listbox.goml | 14 ++++++++------ src/GraphicObjects/ListBox.cs | 1 + 4 files changed, 12 insertions(+), 8 deletions(-) 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 @@