mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
fix display of button tip
This commit is contained in:
parent
4a3d5d7081
commit
e49dc50751
1 changed files with 2 additions and 2 deletions
|
@ -174,7 +174,7 @@
|
|||
fMouseActionRow = rowVal;
|
||||
else if ([[dict objectForKey: @"Type"] isEqualToString: @"Icon"])
|
||||
fMouseActionIconRow = rowVal;
|
||||
if ([[dict objectForKey: @"Type"] isEqualToString: @"Control"])
|
||||
else if ([[dict objectForKey: @"Type"] isEqualToString: @"Control"])
|
||||
fMouseControlRow = rowVal;
|
||||
else
|
||||
fMouseRevealRow = rowVal;
|
||||
|
@ -195,7 +195,7 @@
|
|||
fMouseActionRow = -1;
|
||||
else if ([[dict objectForKey: @"Type"] isEqualToString: @"Icon"])
|
||||
fMouseActionIconRow = -1;
|
||||
if ([[dict objectForKey: @"Type"] isEqualToString: @"Control"])
|
||||
else if ([[dict objectForKey: @"Type"] isEqualToString: @"Control"])
|
||||
fMouseControlRow = -1;
|
||||
else
|
||||
fMouseRevealRow = -1;
|
||||
|
|
Loading…
Reference in a new issue