From e5d996d0d1a4c48ae70a8c8727f1c6f3987be3c5 Mon Sep 17 00:00:00 2001 From: JKlingen Date: Wed, 5 Dec 2012 21:50:56 +0000 Subject: [PATCH] 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 --- Greenshot/Destinations/PrinterDestination.cs | 3 --- Greenshot/releases/additional_files/readme.template.txt | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Greenshot/Destinations/PrinterDestination.cs b/Greenshot/Destinations/PrinterDestination.cs index 72bac2c16..5460ff983 100644 --- a/Greenshot/Destinations/PrinterDestination.cs +++ b/Greenshot/Destinations/PrinterDestination.cs @@ -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; } } diff --git a/Greenshot/releases/additional_files/readme.template.txt b/Greenshot/releases/additional_files/readme.template.txt index ce2d297ce..e8e4166e0 100644 --- a/Greenshot/releases/additional_files/readme.template.txt +++ b/Greenshot/releases/additional_files/readme.template.txt @@ -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