Переглянути джерело

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.