mirror of
https://github.com/greenshot/greenshot
synced 2025-07-15 01:23:47 -07:00
Creating a branch 1.1 where I will try to make the 1.1.7 build available, this means I need to merge some changes from 2.0 to here.
This commit is contained in:
parent
2a8e2475d8
commit
a03bc31aef
247 changed files with 6986 additions and 8233 deletions
|
@ -57,6 +57,13 @@ namespace Greenshot.Configuration {
|
|||
|
||||
[IniProperty("SuppressSaveDialogAtClose", Description="Suppressed the 'do you want to save' dialog when closing the editor.", DefaultValue="False")]
|
||||
public bool SuppressSaveDialogAtClose;
|
||||
|
||||
public override void AfterLoad() {
|
||||
base.AfterLoad();
|
||||
if (RecentColors == null) {
|
||||
RecentColors = new List<Color>();
|
||||
}
|
||||
}
|
||||
/// <param name="requestingType">Type of the class for which to create the field</param>
|
||||
/// <param name="fieldType">FieldType of the field to construct</param>
|
||||
/// <param name="scope">FieldType of the field to construct</param>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue