mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* touching publish.yml * Updated md files * Updated md files 2 * Updated md files 3 * Updated API docs to point * commmand->command * Update Terminal.Gui/View/View.Command.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,11 @@ public sealed class Transparent : Scenario
|
||||
appWindow.VerticalTextAlignment = Alignment.Center;
|
||||
appWindow.ClearingViewport += (s, e) =>
|
||||
{
|
||||
appWindow!.FillRect (appWindow!.Viewport, Glyphs.Stipple);
|
||||
if (s is View sender)
|
||||
{
|
||||
sender.FillRect (sender.Viewport, Glyphs.Stipple);
|
||||
}
|
||||
|
||||
e.Cancel = true;
|
||||
};
|
||||
ViewportSettingsEditor viewportSettingsEditor = new ViewportSettingsEditor ()
|
||||
|
||||
Reference in New Issue
Block a user