Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/Spectre.Console/Live/LiveRenderable.cs
Co-authored-by: Patrik Svensson <patriksvensson@users.noreply.github.com>
  • Loading branch information
belucha and patriksvensson authored Jun 20, 2025
commit 6ba476ad4b93b427a49f5161e32ceab4bd46266f
2 changes: 1 addition & 1 deletion src/Spectre.Console/Live/LiveRenderable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public IRenderable PositionCursor(RenderOptions options)
return new ControlCode(string.Empty);
}

// check if the size reduced see bug #703
// Check if the size have been reduced
if (_shape.Value.Height > options.ConsoleSize.Height || _shape.Value.Width > options.ConsoleSize.Width)
{
// Important reset shape, so the size can shrink
Expand Down