Skip to content

Commit 51399ac

Browse files
committed
Small improvement.
1 parent 95534f4 commit 51399ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestStack.White/Drawing/ScreenRectangle.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ internal ScreenRectangle(Rect rectangle)
2727
form.Height = 1;
2828
form.BackColor = this.Color;
2929
form.Opacity = 0.8;
30-
form.Visible = true;
30+
form.Visible = false;
3131

3232
//Set popup style
3333
int num1 = TestStack.White.WindowsAPI.NativeWindow.GetWindowLong(form.Handle, -20);

0 commit comments

Comments
 (0)