4 1 files changed, 2 insertions(+), 2 deletions(-)
6 diff --quilt old/source/menu.c new/source/menu.c
9 @@ -5576,12 +5576,12 @@ Widget CreateBGMenu(WindowInfo *window)
10 properly, but there's also some danger that it will take over the entire
11 button and interfere with text widget translations which use the button
12 with modifiers. I don't entirely understand why it works properly now
13 when it failed often in development, and certainly ignores the ~ syntax
14 in translation event specifications. */
15 - XtSetArg(args[0], XmNmenuPost, GetPrefBGMenuBtn());
16 - return CreatePopupMenu(window->textArea, "bgMenu", args, 1);
17 + /* XtSetArg(args[0], XmNmenuPost, GetPrefBGMenuBtn()); */
18 + return CreatePopupMenu(window->textArea, "bgMenu", args, 0);
22 ** Create context popup menu for tabs & tab bar