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

@@ -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))
{