mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue