mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
Merge remote-tracking branch 'remotes/origin/master' into release/1.2.9
This commit is contained in:
commit
0323705513
276 changed files with 5382 additions and 3666 deletions
|
@ -35,7 +35,7 @@ namespace Greenshot {
|
|||
/// </summary>
|
||||
public partial class ColorDialog : BaseForm {
|
||||
private static ColorDialog uniqueInstance;
|
||||
private static EditorConfiguration editorConfiguration = IniConfig.GetIniSection<EditorConfiguration>();
|
||||
private static readonly EditorConfiguration editorConfiguration = IniConfig.GetIniSection<EditorConfiguration>();
|
||||
|
||||
private ColorDialog() {
|
||||
SuspendLayout();
|
||||
|
@ -57,7 +57,7 @@ namespace Greenshot {
|
|||
private readonly List<Button> _colorButtons = new List<Button>();
|
||||
private readonly List<Button> _recentColorButtons = new List<Button>();
|
||||
private readonly ToolTip _toolTip = new ToolTip();
|
||||
private bool _updateInProgress = false;
|
||||
private bool _updateInProgress;
|
||||
|
||||
public Color Color {
|
||||
get { return colorPanel.BackColor; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue