summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-05 13:24:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-05 13:25:19 +0100
commit768e132ed82cbe73cb4ec0152a421db699f740f3 (patch)
treea0d33781747984911e7f8ec9bb2873f8c0c4a4a8 /sc/source/ui/sidebar
parent5227af2e4580e478eb92eaab8a42fc188c0fddbb (diff)
grab focus to border style popup
Change-Id: I8943f78721386efaeb5bc23fca612504e4c54431
Diffstat (limited to 'sc/source/ui/sidebar')
-rw-r--r--sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx3
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);
}
}