mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
only show the priority chooser when moused over (the text is a placeholder and the window has to currently be made active for it to appear)
This commit is contained in:
@@ -27,6 +27,11 @@
|
||||
@interface FileOutlineView : NSOutlineView
|
||||
{
|
||||
NSColor * fNormalColor, * fHighPriorityColor, * fLowPriorityColor;
|
||||
|
||||
int fHoverRow;
|
||||
}
|
||||
|
||||
- (void) setHoverRowForEvent: (NSEvent *) event;
|
||||
- (int) hoverRow;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user