mirror of
https://github.com/greenshot/greenshot
synced 2025-07-30 19:50:11 -07:00
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:
parent
26fd909de0
commit
e5d996d0d1
2 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue