Преглед изворни кода

Addded comments to remind myself of issues

Tig пре 1 година
родитељ
комит
ae67d95a7a
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      Terminal.Gui/View/Layout/ViewLayout.cs

+ 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.