mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Reamed Bounds -> Viewport - MOAR rename
This commit is contained in:
@@ -407,9 +407,9 @@ public class FileDialog : Dialog
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public override void OnDrawContent (Rectangle contentArea)
|
||||
public override void OnDrawContent (Rectangle viewport)
|
||||
{
|
||||
base.OnDrawContent (contentArea);
|
||||
base.OnDrawContent (viewport);
|
||||
|
||||
if (!string.IsNullOrWhiteSpace (_feedback))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user