Kaydet (Commit) b1e45c93 authored tarafından Herbert Dürr's avatar Herbert Dürr Kaydeden (comit) Caolán McNamara

Related: #i124201# fix frame-list handling with AppleRemote events

(cherry picked from commit 2d6f7c35)

Conflicts:
	vcl/osx/salinst.cxx

Change-Id: I3f80bacd673f06be92406d397260d5b7bb0d1a19
üst 1edca1fe
......@@ -586,7 +586,7 @@ void AquaSalInstance::handleAppDefinedEvent( NSEvent* pEvent )
break;
}
AquaSalFrame* pFrame = pSalData->maFrames.front();
Window * pWindow = pFrame->GetWindow() ? pSalData->maFrames.front()->GetWindow() : NULL;
Window* pWindow = pFrame ? pFrame->GetWindow() : NULL;
if( pWindow )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment