Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for unable to select a tab after backing out of a page and returning. #25011

Merged
merged 11 commits into from
Jan 15, 2025
Prev Previous commit
Next Next commit
fix-24741-Resolved the TitleColor not updating issue.
  • Loading branch information
BagavathiPerumal authored and jsuarezruiz committed Nov 8, 2024
commit 30cca7cf76d81c184b83cb993fb2149fe73e77b0
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ public bool IsSelected
{
_isSelected = value;
OnPropertyChanged(nameof(Background));
OnPropertyChanged(nameof(TitleColor));
UpdateForeground();
}
}
Expand Down