mirror of
https://github.com/transmission/transmission
synced 2025-03-04 02:28:03 +00:00
ensure filter tooltip always shows
This commit is contained in:
parent
58b3b21a76
commit
1f6762b760
1 changed files with 6 additions and 2 deletions
|
@ -26,9 +26,13 @@
|
|||
|
||||
@implementation FilterButton
|
||||
|
||||
- (void) awakeFromNib
|
||||
- (id) initWithCoder: (NSCoder *) coder
|
||||
{
|
||||
fCount = -1;
|
||||
if ((self = [super initWithCoder: coder]))
|
||||
{
|
||||
fCount = -1;
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void) setCount: (int) count
|
||||
|
|
Loading…
Add table
Reference in a new issue