소스 검색

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.