mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
hook action in the xib (#4135)
This commit is contained in:
@@ -153,11 +153,6 @@ static CGFloat const kStackViewVerticalSpacing = 8.0;
|
||||
frame.size.width -= widthIncrease;
|
||||
field.frame = frame;
|
||||
}
|
||||
|
||||
//set the click action of the pieces view
|
||||
#warning after 2.8 just hook this up in the xib
|
||||
self.fPiecesView.action = @selector(updatePiecesView:);
|
||||
self.fPiecesView.target = self;
|
||||
}
|
||||
|
||||
- (void)dealloc
|
||||
|
||||
Reference in New Issue
Block a user