From: Jean-Philippe Bruyère Date: Tue, 6 Sep 2022 16:34:01 +0000 (+0200) Subject: comment out test if already queue for clipping X-Git-Tag: v1.2.0-beta~1 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=db612a8bb20bf11b3143043062bb59a9fd8d6c9f;p=jp%2Fcrow.git comment out test if already queue for clipping --- diff --git a/Crow/src/LayoutingQueueItem.cs b/Crow/src/LayoutingQueueItem.cs index f7606a6e..20487ce5 100644 --- a/Crow/src/LayoutingQueueItem.cs +++ b/Crow/src/LayoutingQueueItem.cs @@ -83,7 +83,7 @@ namespace Crow } try { - if (go.IsQueueForClipping) { + /*if (go.IsQueueForClipping) { DbgLogger.AddEvent (DbgEvtType.GOProcessLayoutingWhileClipReg, this); #if DEBUG_LOG result = Result.Discarded; @@ -92,7 +92,8 @@ namespace Crow DiscardCount++; Layoutable.RegisteredLayoutings |= LayoutType; go.IFace.DiscardQueue.Enqueue (this); - } + return; + }*/ if (go.Parent == null) {//TODO:improve this //cancel layouting for object without parent, maybe some were in queue when //removed from a listbox