mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Fix for BUG-1724, forgot to remove some old code which should no longer be there. [skip ci]
This commit is contained in:
parent
b4b6c6546d
commit
aa14b4a606
2 changed files with 7 additions and 4 deletions
|
@ -618,9 +618,6 @@ namespace GreenshotPlugin.Core {
|
|||
}
|
||||
capture.Image = CaptureRectangle(captureBounds);
|
||||
capture.Location = captureBounds.Location;
|
||||
if (capture.CaptureDetails != null) {
|
||||
((Bitmap)capture.Image).SetResolution(capture.CaptureDetails.DpiX, capture.CaptureDetails.DpiY);
|
||||
}
|
||||
return capture.Image == null ? null : capture;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue