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