Skip to content

Commit

Permalink
Merge #2657 Set focus to mod list after loading
Browse files Browse the repository at this point in the history
  • Loading branch information
politas committed Jan 14, 2019
2 parents 7566d76 + 73c2dac commit ea72f54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ All notable changes to this project will be documented in this file.
- [GUI] Show all recommendations of metapackages in GUI (#2653 by: HebaruSan; reviewed: politas)
- [GUI] Don't try to update filters if mod list missing (#2654 by: HebaruSan; reviewed: politas)
- [GUI] Invoke control accesses in UpdateModsList (#2656 by: DasSkelett; reviewed: politas)
- [GUI] Set focus to mod list after loading (#2657 by: HebaruSan; reviewed: politas)

## v1.25.4 Kennedy

Expand Down
1 change: 1 addition & 0 deletions GUI/MainModList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ private void _UpdateModsList(bool repo_updated, IEnumerable<ModChange> mc)
tabController.HideTab("WaitTabPage");
tabController.SetTabLock(false);
Util.Invoke(this, SwitchEnabledState);
Util.Invoke(this, () => Main.Instance.ModList.Focus());
}

public void MarkModForInstall(string identifier, bool uncheck = false)
Expand Down

0 comments on commit ea72f54

Please sign in to comment.