Rebased onto v2_2491-Overlapped

This commit is contained in:
Tig
2024-09-24 09:50:52 -06:00
104 changed files with 3808 additions and 2129 deletions

View File

@@ -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 };