mirror of
https://github.com/transmission/transmission
synced 2025-03-20 02:35:43 +00:00
only show the priority selector when over the priority column, not the row
This commit is contained in:
parent
ecc93b8032
commit
f7f032142a
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
||||||
if (event)
|
if (event)
|
||||||
{
|
{
|
||||||
NSPoint point = [self convertPoint: [event locationInWindow] fromView: nil];
|
NSPoint point = [self convertPoint: [event locationInWindow] fromView: nil];
|
||||||
if (NSPointInRect(point, [self frame]))
|
if ([self columnAtPoint: point] == [self columnWithIdentifier: @"Priority"])
|
||||||
row = [self rowAtPoint: point];
|
row = [self rowAtPoint: point];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue