mirror of
https://github.com/transmission/transmission
synced 2025-02-21 13:46:52 +00:00
parent
1cc9da26ba
commit
7cf920a020
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ typedef NS_ENUM(unsigned int, tabTag) {
|
|||
- (void)setTab:(id)sender
|
||||
{
|
||||
NSInteger const oldTabTag = self.fCurrentTabTag;
|
||||
self.fCurrentTabTag = self.fTabs.selectedTag;
|
||||
self.fCurrentTabTag = self.fTabs.selectedSegment;
|
||||
if (self.fCurrentTabTag == oldTabTag)
|
||||
{
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue