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

disable last / first button for calc tabbar

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