fix: keep printer destination (with dialog) intact after selecting a printer for the first time

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2357 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
JKlingen 2012-12-05 21:50:56 +00:00
parent 26fd909de0
commit e5d996d0d1
2 changed files with 1 additions and 3 deletions

View file

@ -106,9 +106,6 @@ namespace Greenshot.Destinations {
printerSettings = new PrintHelper(image, captureDetails).PrintWithDialog();
}
if (printerSettings != null) {
printerName = printerSettings.PrinterName;
// Renew destination
exportInformation.DestinationDescription = this.Description;
exportInformation.ExportMade = true;
}
}

View file

@ -20,6 +20,7 @@ Bugs resolved:
* Not reported: Fixed some issues with capturing windows that were larger than the visible screen, logic should now be more reliable.
* Not reported: Fixed some cases where Dragging & Dropping an image from a browser on the editor lost transparency.
* Not reported: Undo while in an Auto-Crop made the editor unusable.
* Not reported: When first selecting a printer, the main printer destination has been replaced by the selected one, making the Windows printer dialog unavailable for further prints
Features:
* General: Added zoom when capturing