mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-12-29 20:05:48 +08:00
Add support for styling segments
This commit is contained in:
committed by
Phil Scott
parent
921d595269
commit
5e41a2f505
@@ -151,7 +151,7 @@ public sealed class Paragraph : Renderable, IAlignable, IOverflowable
|
||||
{
|
||||
foreach (var line in lines)
|
||||
{
|
||||
Aligner.Align(context, line, justification, maxWidth);
|
||||
Aligner.Align(line, justification, maxWidth);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user