mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-31 02:08:03 +01:00
Added TODOs
This commit is contained in:
@@ -898,6 +898,8 @@ public partial class View
|
||||
|
||||
foreach (View v in ordered)
|
||||
{
|
||||
// TODO: Move this logic into the Pos/Dim classes
|
||||
|
||||
if (v.Width is Dim.DimAuto || v.Height is Dim.DimAuto)
|
||||
{
|
||||
// If the view is auto-sized...
|
||||
@@ -933,7 +935,7 @@ public partial class View
|
||||
OnLayoutComplete (new (ContentSize));
|
||||
}
|
||||
|
||||
|
||||
// TODO: Move this logic into the Pos/Dim classes
|
||||
/// <summary>
|
||||
/// Throws an <see cref="InvalidOperationException"/> if any SubViews are using Dim objects that depend on this
|
||||
/// Views dimensions.
|
||||
|
||||
Reference in New Issue
Block a user