preview do not steal focus all the time (due to being put topmost)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
bin/*
|
bin/*
|
||||||
obj/*
|
obj/*
|
||||||
|
*.suo
|
||||||
|
@@ -210,7 +210,6 @@ namespace PreviewToy
|
|||||||
|
|
||||||
this.overlay.Size = overlay_size;
|
this.overlay.Size = overlay_size;
|
||||||
this.overlay.Location = overlay_location;
|
this.overlay.Location = overlay_location;
|
||||||
this.overlay.TopMost = this.TopMost;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user