mirror of
https://github.com/transmission/transmission.git
synced 2026-04-17 23:54:19 +01:00
always unlock focus when drawing the inspector buttons
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user