Skip to content

Commit

Permalink
Fixed StackOverflowException when no settings presents.
Browse files Browse the repository at this point in the history
  • Loading branch information
niveuseverto committed Apr 7, 2014
1 parent f848159 commit 9dcaf34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions flmm/Controls/PanelToolStrip.cs
Original file line number Diff line number Diff line change
Expand Up @@ -536,22 +536,6 @@ public Int32 MinimumScrollButtonWidth
}
}

/// <summary>
/// Gets or sets the background colour of the conrol.
/// </summary>
/// <value>The background colour of the conrol.</value>
public override Color BackColor
{
get
{
return m_pnlToolStrip.BackColor;
}
set
{
m_pnlToolStrip.BackColor = value;
}
}

/// <summary>
/// Gets or sets the image displayed on the scroll down button.
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion flmm/ProductInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ public static class ProductInfo
public static readonly Guid GUID = new Guid("F97B1D1B-F722-4F37-902E-9FB501FADD0E");
public const string ShortName = "FOMM";
public const string FullName = "Fallout Mod Manager";
public const string Version = "0.14.10.4";
public const string Version = "0.14.10.5";
}
}

0 comments on commit 9dcaf34

Please sign in to comment.