]> O.S.I.I.S - jp/crow.git/commitdiff
comment out test if already queue for clipping
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 6 Sep 2022 16:34:01 +0000 (18:34 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 6 Sep 2022 16:34:01 +0000 (18:34 +0200)
Crow/src/LayoutingQueueItem.cs

index f7606a6e1a761c87554ce372a1ce89a7a7d99459..20487ce5802d2f8f409bc6797bb1cfc78703395d 100644 (file)
@@ -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