diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-05 13:24:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-05 13:25:19 +0100 |
commit | 768e132ed82cbe73cb4ec0152a421db699f740f3 (patch) | |
tree | a0d33781747984911e7f8ec9bb2873f8c0c4a4a8 /sc/source | |
parent | 5227af2e4580e478eb92eaab8a42fc188c0fddbb (diff) |
grab focus to border style popup
Change-Id: I8943f78721386efaeb5bc23fca612504e4c54431
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx index ac57705df5bd..a2d798bfb5d3 100644 --- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx +++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx @@ -156,8 +156,7 @@ IMPL_LINK(CellAppearancePropertyPanel, TbxCellBorderSelectHdl, ToolBox*, pToolBo { if (!mxCellBorderStylePopup) mxCellBorderStylePopup = VclPtr<CellBorderStylePopup>::Create(GetBindings()->GetDispatcher()); - mxCellBorderStylePopup->StartPopupMode(pToolBox, FloatWinPopupFlags::Down | - FloatWinPopupFlags::NoAppFocusClose); + mxCellBorderStylePopup->StartPopupMode(pToolBox, FloatWinPopupFlags::GrabFocus); } } |