Skip to content

Commit 350d3c9

Browse files
committed
Merge remote-tracking branch 'remotes/asc/legacy'
Additionally, as discussed in #36, removed unused usings and GetSplits function.
2 parents f45df81 + 28bbfc4 commit 350d3c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/ProfilesControl.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +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?.ProfileSelected(pvc_sender.ProfileInfo.ProfileName);
267268
}
268269

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

0 commit comments

Comments
 (0)