Kaydet (Commit) 77590bf0 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop WB_CLIPCHILDREN so that enable/disable redraws correctly

Change-Id: I0df16b743e451f5b9ac05f09ed694f34779c0465
üst 251f2169
...@@ -164,7 +164,7 @@ ScDPFunctionListBox::ScDPFunctionListBox(Window* pParent, WinBits nStyle) ...@@ -164,7 +164,7 @@ ScDPFunctionListBox::ScDPFunctionListBox(Window* pParent, WinBits nStyle)
extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeScDPFunctionListBox(Window *pParent, VclBuilder::stringmap &rMap) 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); OString sBorder = VclBuilder::extractCustomProperty(rMap);
if (!sBorder.isEmpty()) if (!sBorder.isEmpty())
nWinStyle |= WB_BORDER; nWinStyle |= WB_BORDER;
......
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