Reamed Bounds -> Viewport - MOAR rename

This commit is contained in:
Tig
2024-03-14 09:55:27 -08:00
parent 0900333e12
commit b187a8e70f
38 changed files with 116 additions and 116 deletions

View File

@@ -284,9 +284,9 @@ public class ComboBox : View
public virtual void OnCollapsed () { Collapsed?.Invoke (this, EventArgs.Empty); }
/// <inheritdoc/>
public override void OnDrawContent (Rectangle contentArea)
public override void OnDrawContent (Rectangle viewport)
{
base.OnDrawContent (contentArea);
base.OnDrawContent (viewport);
if (!_autoHide)
{
@@ -839,7 +839,7 @@ public class ComboBox : View
return res;
}
public override void OnDrawContent (Rectangle contentArea)
public override void OnDrawContent (Rectangle viewport)
{
Attribute current = ColorScheme.Focus;
Driver.SetAttribute (current);