diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-12-16 21:30:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-01-28 10:41:46 +0000 |
commit | b0b8b419b249860617b12bf3e7dd233ba4f71e04 (patch) | |
tree | ac7405bd9453ce9afd968afdd40b1197a2f1b5d1 /vcl/osx/salframeview.mm | |
parent | 3aa8c1663da6315878cf0c58ef9c19d13e2f8b06 (diff) |
remove newly unused WB_NEEDSFOCUS and fragile FLOAT_FOCUSABLE
Change-Id: Idce03318fbc01039a6c0638879785607970993c0
Reviewed-on: https://gerrit.libreoffice.org/20746
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
(cherry picked from commit 016730421e5e58415170b464bf9d9ca47d6c3b4e)
Diffstat (limited to 'vcl/osx/salframeview.mm')
-rw-r--r-- | vcl/osx/salframeview.mm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm index d16316906f64..d4d37c88fc9e 100644 --- a/vcl/osx/salframeview.mm +++ b/vcl/osx/salframeview.mm @@ -242,8 +242,6 @@ static AquaSalFrame* getMouseContainerFrame() return YES; if( mpFrame->mbFullScreen ) return YES; - if( (mpFrame->mnStyle & SalFrameStyleFlags::FLOAT_FOCUSABLE) ) - return YES; return [super canBecomeKeyWindow]; } |