mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Merge pull request #3412 from tig/v2_3411-ClearContentOnly
Fixes #3411. `Content Scrolling` Scenario
This commit is contained in:
@@ -104,6 +104,8 @@ public class ContentScrolling : Scenario
|
||||
Window app = new ()
|
||||
{
|
||||
Title = $"{Application.QuitKey} to Quit - Scenario: {GetName ()}",
|
||||
// Use a different colorscheme so ViewSettings.ClearContentOnly is obvious
|
||||
ColorScheme = Colors.ColorSchemes ["Toplevel"]
|
||||
};
|
||||
|
||||
var editor = new AdornmentsEditor ();
|
||||
|
||||
Reference in New Issue
Block a user