1
0
Fork 0
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:
Mitchell Livingston 2007-11-17 16:35:48 +00:00
parent 58b3b21a76
commit 1f6762b760

View file

@ -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