Skip to content

Commit 945ee46

Browse files
committed
Fixed Call ProfileSelected
1 parent 96507bc commit 945ee46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/ProfilesControl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ private void SelectedProfileChanged(object sender, ProfileViewControl.SelectedPr
264264
}
265265
profs.LoadProfile(pvc_sender.SelectedProfile, pvc_sender.ProfileInfo);
266266
succession.SuccessionList[ptc.IndexOf(pvc_sender)].ProfileSelected = pvc_sender.SelectedProfile;
267-
InterfaceASC?.ProfileChangeTrigger(pvc_sender.ProfileInfo.ProfileName);
267+
InterfaceASC?.ProfileSelected(pvc_sender.ProfileInfo.ProfileName);
268268
}
269269

270270
public void ProfileTabPermuting(object sender, Tuple<int, int> indices)

0 commit comments

Comments
 (0)