mirror of
https://github.com/transmission/transmission
synced 2025-02-25 07:22:38 +00:00
always unlock focus when drawing the inspector buttons
This commit is contained in:
parent
444847fe35
commit
985f1fd485
1 changed files with 2 additions and 1 deletions
|
@ -96,9 +96,10 @@
|
|||
iconSize.width, iconSize.height);
|
||||
|
||||
[fIcon drawInRect: iconRect fromRect: NSZeroRect operation: NSCompositeSourceOver fraction: 1.0];
|
||||
[tabImage unlockFocus];
|
||||
}
|
||||
|
||||
[tabImage unlockFocus];
|
||||
|
||||
[self setImage: tabImage];
|
||||
[tabImage release];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue