mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Rebased onto v2_2491-Overlapped
This commit is contained in:
@@ -1143,6 +1143,13 @@ This is a test
|
||||
[AutoInitShutdown]
|
||||
public void ShowScrollIndicator_False_Must_Also_Set_Visible_To_False_To_Not_Respond_To_Events ()
|
||||
{
|
||||
// Override CM
|
||||
Window.DefaultBorderStyle = LineStyle.Single;
|
||||
Dialog.DefaultButtonAlignment = Alignment.Center;
|
||||
Dialog.DefaultBorderStyle = LineStyle.Single;
|
||||
Dialog.DefaultShadow = ShadowStyle.None;
|
||||
Button.DefaultShadow = ShadowStyle.None;
|
||||
|
||||
var clicked = false;
|
||||
var text = "This is a test\nThis is a test\nThis is a test\nThis is a test\nThis is a test";
|
||||
var label = new Label { Width = 14, Height = 5, Text = text };
|
||||
|
||||
Reference in New Issue
Block a user