diff --git a/.gitignore b/.gitignore index 21cf6c9..fbad72c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ bin/* obj/* +*.suo diff --git a/Preview.cs b/Preview.cs index 4e43fc6..c192b57 100644 --- a/Preview.cs +++ b/Preview.cs @@ -210,7 +210,6 @@ namespace PreviewToy this.overlay.Size = overlay_size; this.overlay.Location = overlay_location; - this.overlay.TopMost = this.TopMost; } }