mirror of
https://github.com/transmission/transmission.git
synced 2026-04-18 16:07:21 +01:00
silence a warning
This commit is contained in:
@@ -240,7 +240,7 @@ typedef enum
|
||||
statusFrame.size.width -= 25.0;
|
||||
|
||||
const CGFloat difference = NSMaxX(statusFrame) + 5.0 - NSMinX([fTotalDLImageView frame]);
|
||||
if (difference > 0)
|
||||
if (difference > 0.0)
|
||||
statusFrame.size.width -= difference;
|
||||
|
||||
[fStatusButton setFrame: statusFrame];
|
||||
|
||||
Reference in New Issue
Block a user