From: Jean-Philippe Bruyère Date: Mon, 13 Sep 2021 12:35:24 +0000 (+0000) Subject: debug X-Git-Tag: v0.9.7-beta~15 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=295c13d989a14a706e53bfa368a1c3562ceb0cbf;p=jp%2Fcrow.git debug --- diff --git a/Crow/src/Widgets/TemplatedGroup.cs b/Crow/src/Widgets/TemplatedGroup.cs index ce50bbe2..6621c27c 100644 --- a/Crow/src/Widgets/TemplatedGroup.cs +++ b/Crow/src/Widgets/TemplatedGroup.cs @@ -507,7 +507,7 @@ namespace Crow { if (ItemTemplates.ContainsKey (itempKey)) iTemp = ItemTemplates [itempKey]; else { - if (_dataTest == "Typeof") {//item template selection on full type name + if (_dataTest == "TypeOf") {//item template selection on full type name //search ItemTemplates for an existing parent class foreach (string it in ItemTemplates.Keys) { if (it == "default")