diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-17 13:04:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-17 13:04:34 +0000 |
commit | 77590bf00d09def49c1c6d41f42843328af18d77 (patch) | |
tree | 6243a31a32295c1b8b5c1a6c2bc3c97ccc48e263 /sc | |
parent | 251f21699ef786557134fc00ff1293acb57e4158 (diff) |
drop WB_CLIPCHILDREN so that enable/disable redraws correctly
Change-Id: I0df16b743e451f5b9ac05f09ed694f34779c0465
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/dbgui/pvfundlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/pvfundlg.cxx b/sc/source/ui/dbgui/pvfundlg.cxx index 7e4424f9befe..3f5839e22975 100644 --- a/sc/source/ui/dbgui/pvfundlg.cxx +++ b/sc/source/ui/dbgui/pvfundlg.cxx @@ -164,7 +164,7 @@ ScDPFunctionListBox::ScDPFunctionListBox(Window* pParent, WinBits nStyle) extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeScDPFunctionListBox(Window *pParent, VclBuilder::stringmap &rMap) { - WinBits nWinStyle = WB_CLIPCHILDREN|WB_LEFT|WB_VCENTER|WB_3DLOOK|WB_SIMPLEMODE; + WinBits nWinStyle = WB_LEFT|WB_VCENTER|WB_3DLOOK|WB_SIMPLEMODE; OString sBorder = VclBuilder::extractCustomProperty(rMap); if (!sBorder.isEmpty()) nWinStyle |= WB_BORDER; |