preview do not steal focus all the time (due to being put topmost)

This commit is contained in:
ulf hammarqvist
2014-12-19 21:13:39 +01:00
parent 5904e87701
commit b88ae97ccb
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
bin/*
obj/*
*.suo

View File

@@ -210,7 +210,6 @@ namespace PreviewToy
this.overlay.Size = overlay_size;
this.overlay.Location = overlay_location;
this.overlay.TopMost = this.TopMost;
}
}