https://bugs.documentfoundation.org/show_bug.cgi?id=114457
Alex Thurgood <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
--- Comment #8 from Alex Thurgood <[email protected]> ---
Confirming with
Version: 6.1.0.0.alpha0+
Build ID: dd758f54fa5ea1ecd3d793bcea999d771010ff00
CPU threads: 4; OS: Mac OS X 10.13.2; UI render: default;
Locale: fr-FR (fr_FR.UTF-8); Calc: group threaded
It seems to be happening here :
do
{
SolarMutexReleaser aReleaser;
SAL_WNODEPRECATED_DECLARATIONS_PUSH
// 'NSAnyEventMask' is deprecated: first deprecated in macOS 10.12
pEvent = [NSApp nextEventMatchingMask: NSAnyEventMask
SAL_WNODEPRECATED_DECLARATIONS_POP
untilDate: nil
inMode: NSDefaultRunLoopMode
dequeue: YES];
if( pEvent )
{
[NSApp sendEvent: pEvent];
if ( isWakeupEvent( pEvent ) )
continue;
bHadEvent = true;
}
lines 596 to 613 of salinst.cxx, and in particular:
pEvent = [NSApp nextEventMatchingMask: NSAnyEventMask
and
[NSApp sendEvent: pEvent];
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs