Kaydet (Commit) ef9c71b1 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

disable borders for tabbar in Calc (ScTabControl)

Change-Id: Idc364ba9658143c4ddb17f118a73bdfde3c51ed1
üst 336ac1e7
......@@ -38,7 +38,7 @@
// STATIC DATA -----------------------------------------------------------
ScTabControl::ScTabControl( vcl::Window* pParent, ScViewData* pData )
: TabBar(pParent, WB_BORDER | WB_3DLOOK | WB_SCROLL | WB_RANGESELECT | WB_MULTISELECT | WB_DRAG)
: TabBar(pParent, WB_3DLOOK | WB_SCROLL | WB_RANGESELECT | WB_MULTISELECT | WB_DRAG)
, DropTargetHelper(this)
, DragSourceHelper(this)
, pViewData(pData)
......
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