mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Fixed destination picker check box not correctly set.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1750 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
eb616472c4
commit
c6099649f6
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ namespace Greenshot {
|
|||
imageNr++;
|
||||
}
|
||||
if (PickerDestination.DESIGNATION.Equals(destination.Designation)) {
|
||||
checkbox_picker.Checked = true;
|
||||
checkbox_picker.Checked = coreConfiguration.OutputDestinations.Contains(destination.Designation);
|
||||
checkbox_picker.Text = destination.Description;
|
||||
} else {
|
||||
ListViewItem item;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue