GNU bug report logs -
#67694
30.0.50; tool-bar
Previous Next
Full log
Message #14 received at 67694 <at> debbugs.gnu.org (full text, mbox):
> Konrad, are you able to try changing the code thus (the line numbers
> are probably wrong):
>
> modified src/nsterm.m
> @@ -4604,10 +4604,16 @@ Function modeled after x_draw_glyph_string_box ().
> data1: value
> data2: 0];
>
> - /* Post an application defined event on the event queue. When this is
> - received the [NXApp run] will return, thus having processed all
> - events which are currently queued. */
> - [NSApp postEvent: nxev atStart: NO];
> + if (! nxev)
> + {
> + NSLog(@"Something has stopped us creating an event.");
> + send_appdefined = YES;
> + }
> + else
> + /* Post an application defined event on the event queue. When this is
> + received the [NXApp run] will return, thus having processed all
> + events which are currently queued. */
> + [NSApp postEvent: nxev atStart: NO];
> }
> }
>
> See if the log message prints, and/or whether it solves the problem.
>
> --
> Alan Third
This did not help me.
Konrad
This bug report was last modified 1 year and 6 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.