We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8287e88 commit f7a85d4Copy full SHA for f7a85d4
1 file changed
OpenTween/Tween.cs
@@ -705,6 +705,7 @@ ThumbnailGenerator thumbGenerator
705
706
var firstSelectedTabIndex = this.statuses.Tabs.IndexOf(firstSelectedTab);
707
this.ListTab.SelectedIndex = firstSelectedTabIndex;
708
+ this.ListTabSelect(this.ListTab.SelectedTab);
709
710
// タブの位置を調整する
711
this.SetTabAlignment();
0 commit comments