Skip to content

Commit

Permalink
- Fixed the inability to click on the Source control for adept powers…
Browse files Browse the repository at this point in the history
… to open the linked PDF. Fixes #2952
  • Loading branch information
chummer5a committed Sep 3, 2018
1 parent 5a19bdc commit 06e03b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Chummer/UI/Table/TextTableCell.cs
Expand Up @@ -32,6 +32,7 @@ public TextTableCell()
Controls.Add(_label);
_label.AutoSize = true;
MinimumSize = _label.Size;
_label.Click += CommonFunctions.OpenPDFFromControl;
}

protected internal override void UpdateValue(object newValue)
Expand Down
1 change: 1 addition & 0 deletions Chummer/changelog.txt
Expand Up @@ -18,6 +18,7 @@ Application Changes:
- Fixed an issue with removing qualities with levels not displaying properly. Fixes #2950
- Fixed issues with Locations not setting their location text properly in career mode.
- The Reload form now shows the Rating of ammo if greater than zero.
- Fixed the inability to click on the Source control for adept powers to open the linked PDF. Fixes #2952

Data Changes:

Expand Down

0 comments on commit 06e03b3

Please sign in to comment.