mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 19:01:15 +00:00
formatting
This commit is contained in:
parent
2a14a20fb9
commit
bcc50af084
1 changed files with 1 additions and 1 deletions
|
@ -1796,7 +1796,7 @@ static inline NSRect buttonCellFrameFromRect(NSRect cellRect)
|
|||
if (object)
|
||||
{
|
||||
// Check for attributed string type and return actual string instead..
|
||||
if ([object isKindOfClass :[NSAttributedString class]])
|
||||
if ([object isKindOfClass: [NSAttributedString class]])
|
||||
{
|
||||
object = [object string];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue