mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Reamed Bounds -> Viewport - MOAR rename
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user