2
0
Эх сурвалжийг харах

Addded comments to remind myself of issues

Tig 1 жил өмнө
parent
commit
ae67d95a7a

+ 3 - 0
Terminal.Gui/View/Layout/ViewLayout.cs

@@ -809,6 +809,9 @@ public partial class View
     /// </summary>
     internal virtual void OnLayoutComplete (LayoutEventArgs args) { LayoutComplete?.Invoke (this, args); }
 
+    // BUGBUG: We need an API/event that is called from SetRelativeLayout instead of/in addition to 
+    // BUGBUG: OnLayoutStarted which is called from LayoutSubviews.
+
     /// <summary>
     ///     Raises the <see cref="LayoutStarted"/> event. Called from  <see cref="LayoutSubviews"/> before any subviews
     ///     have been laid out.