mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
BUG-2553, BUG-2535: This should fix the issues we are having with selection / presenting the wrong windows. (Previous commit had a bug)
This commit is contained in:
parent
9ebd4491af
commit
0202c2fa8b
8 changed files with 129 additions and 103 deletions
|
@ -97,7 +97,7 @@ namespace Greenshot.Forms {
|
|||
public WindowDetails SelectedCaptureWindow => _selectedCaptureWindow;
|
||||
|
||||
/// <summary>
|
||||
/// This should prevent childs to draw backgrounds
|
||||
/// This should prevent children to draw backgrounds
|
||||
/// </summary>
|
||||
protected override CreateParams CreateParams {
|
||||
[SecurityPermission(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.UnmanagedCode)]
|
||||
|
@ -119,7 +119,7 @@ namespace Greenshot.Forms {
|
|||
}
|
||||
|
||||
private void ClosingHandler(object sender, EventArgs e) {
|
||||
Log.Debug("Closing captureform");
|
||||
Log.Debug("Closing capture form");
|
||||
WindowDetails.UnregisterIgnoreHandle(Handle);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue