mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Added Right Click to exit feature
This commit is contained in:
parent
9634f8abbc
commit
97779a9ec4
1 changed files with 5 additions and 0 deletions
|
@ -400,6 +400,11 @@ namespace Greenshot.Forms
|
||||||
{
|
{
|
||||||
HandleMouseDown();
|
HandleMouseDown();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (e.Button == MouseButtons.Right)
|
||||||
|
{
|
||||||
|
DialogResult = DialogResult.Cancel;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void HandleMouseDown()
|
private void HandleMouseDown()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue