From f232715aac07318aaa192da1d73619c10523951b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Wed, 30 Dec 2020 13:04:26 +0100 Subject: [PATCH] ; * src/nsmenu.m: Undo unintentional change --- src/nsmenu.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nsmenu.m b/src/nsmenu.m index de0c61ceb54..a356cffbea3 100644 --- a/src/nsmenu.m +++ b/src/nsmenu.m @@ -571,8 +571,8 @@ skipspc (const char *s) /* Set a right-aligned tab stop at the maximum width, so that the key will appear immediately to the left of it. */ NSTextTab *tab = - [[[NSTextTab alloc] initWithTextAlignment: NSTextAlignmentLeft - location: maxWidth - maxKeyWidth + [[[NSTextTab alloc] initWithTextAlignment: NSTextAlignmentRight + location: maxWidth options: @{}] autorelease]; NSMutableParagraphStyle *pstyle = [[[NSMutableParagraphStyle alloc] init] autorelease]; -- 2.39.5