mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
Small cleanups [skip ci]
This commit is contained in:
parent
02a06a12b0
commit
98e6be5eb6
171 changed files with 1607 additions and 1769 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