Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitec0a325

Browse files
committed
FIX: remove one more autorelease
1 parentb46ab89 commitec0a325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/_macosx.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ -(void)save_figure:(id)sender { gil_call_method(toolbar, "save_figure"); }
938938
// Make it a zero-width box if we don't have enough room
939939
rect.size.width =fmax(bounds.size.width - rect.origin.x,0);
940940
rect.origin.x = bounds.size.width - rect.size.width;
941-
NSTextView* messagebox = [[[NSTextViewalloc]initWithFrame: rect]autorelease];
941+
NSTextView* messagebox = [[NSTextViewalloc]initWithFrame: rect];
942942
messagebox.textContainer.maximumNumberOfLines =2;
943943
messagebox.textContainer.lineBreakMode = NSLineBreakByTruncatingTail;
944944
messagebox.alignment = NSTextAlignmentRight;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp