Code fixes, there was an error in the disposing of a DrawableContainer...

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2536 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2013-03-26 16:40:25 +00:00
parent 7823138adc
commit 7a4ac7e4f9
3 changed files with 16 additions and 9 deletions

View file

@ -183,7 +183,7 @@ namespace GreenshotPlugin.Core {
/// <param name="x"></param>
/// <param name="y"></param>
/// <returns></returns>
bool Contains(int x, int y);
new bool Contains(int x, int y);
/// <summary>
/// Set the color at the specified location, using offsetting so the original coordinates can be used