We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95534f4 commit 51399acCopy full SHA for 51399ac
src/TestStack.White/Drawing/ScreenRectangle.cs
@@ -27,7 +27,7 @@ internal ScreenRectangle(Rect rectangle)
27
form.Height = 1;
28
form.BackColor = this.Color;
29
form.Opacity = 0.8;
30
- form.Visible = true;
+ form.Visible = false;
31
32
//Set popup style
33
int num1 = TestStack.White.WindowsAPI.NativeWindow.GetWindowLong(form.Handle, -20);
0 commit comments