mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
Revert "commented outdated implementations of ClickableAt(int, int) and Contains(int, int)"
This reverts commit 86d99a5a0d
.
The commit caused the TextContainer not to be normally selectable.
This commit is contained in:
parent
98cbe99f9a
commit
9a6a3e6a90
2 changed files with 4 additions and 4 deletions
|
@ -404,10 +404,10 @@ namespace Greenshot.Drawing {
|
|||
}
|
||||
}
|
||||
|
||||
/*public override bool ClickableAt(int x, int y) {
|
||||
public override bool ClickableAt(int x, int y) {
|
||||
Rectangle r = GuiRectangle.GetGuiRectangle(Left, Top, Width, Height);
|
||||
r.Inflate(5, 5);
|
||||
return r.Contains(x, y);
|
||||
}*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue