Skip to content

Commit

Permalink
Inherit checkbox now updates on profile change
Browse files Browse the repository at this point in the history
  • Loading branch information
evilC committed Aug 21, 2017
1 parent 132b305 commit 0a547aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Key:

0.1.17 - ???
= You can now properly bind Mouse Wheel
= "Profile Inherits from Parent" checkbox now correctly updates when switching profile
+ Scale added to AxisToMouse, as sensitivity is a curve
+ The PauseButton plugin now beeps when you pause / unpause
+ Titan One D-Pad now correctly set
Expand Down
1 change: 1 addition & 0 deletions Classes/UCRMain.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ Class _UCR {

; Reset the highlights in the ProfileToolbox
this._ProfileToolbox.ResetProfileColors()
this._ProfileToolbox.SetProfileInherit(new_profile.InheritsFromParent)

; Change current profile to new profile
this.CurrentProfile := new_profile
Expand Down

0 comments on commit 0a547aa

Please sign in to comment.