Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
cadon committed Dec 17, 2023
2 parents 8b9cff1 + 720f22e commit f772d73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ARKBreedingStats/Form1.library.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2127,10 +2127,10 @@ private void toolStripMenuItemMutationColumns_CheckedChanged(object sender, Even
/// </summary>
private void ShowLibraryMutationLevels(bool show)
{
listViewLibrary.BeginUpdate();
var widths = Properties.Settings.Default.columnWidths;
if (widths.Length < ColumnIndexFirstStat + 2 * Stats.StatsCount) return;

if (widths == null || widths.Length < ColumnIndexFirstStat + 2 * Stats.StatsCount) return;

listViewLibrary.BeginUpdate();
if (show)
{
for (int ci = ColumnIndexFirstStat + Stats.StatsCount; ci < ColumnIndexFirstStat + 2 * Stats.StatsCount; ci++)
Expand Down
2 changes: 1 addition & 1 deletion ARKBreedingStats/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
// Revision
//
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("0.59.3.1")]
[assembly: AssemblyFileVersion("0.59.3.2")]
[assembly: NeutralResourcesLanguage("en")]

2 changes: 1 addition & 1 deletion ARKBreedingStats/_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ARK Smart Breeding": {
"Id": "ARK Smart Breeding",
"Category": "main",
"version": "0.59.3.1"
"version": "0.59.3.2"
},
"SpeciesColorImages": {
"Id": "SpeciesColorImages",
Expand Down

0 comments on commit f772d73

Please sign in to comment.