mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
print color settings are now configured using radio buttons instead of checkboxes
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2499 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
ebad49261d
commit
4d2c01b96a
6 changed files with 285 additions and 232 deletions
|
@ -45,5 +45,12 @@ namespace Greenshot.Forms {
|
|||
IniConfig.Save();
|
||||
DialogResult = DialogResult.OK;
|
||||
}
|
||||
|
||||
protected override void OnFieldsFilled() {
|
||||
// the color radio button is not actually bound to a setting, but checked when monochrome/grayscale are not checked
|
||||
if(!radioBtnGrayScale.Checked && !radioBtnMonochrome.Checked) {
|
||||
radioBtnColorPrint.Checked = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue