summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2013-03-20 16:03:29 +0100
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2013-03-20 17:26:25 +0100
commit5fa5f9561dddd2c53511fb951660b4ad397321e8 (patch)
tree35b0bf7760b4da8b70d8ec4b5226326d5bcc50ba
parentd96dd357715c3e9d376b1cf16667b17103bbcfa8 (diff)
Template Manager: fixed control WinBits reset... was breaking tabstop
Change-Id: I6e542ecc0e0f5a2b3e0ca59a52bb809b1a23284f
-rw-r--r--sfx2/source/doc/templatedlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index 6a828ce987a5..5f181095abc9 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -164,7 +164,7 @@ SfxTemplateManagerDlg::SfxTemplateManagerDlg (Window *parent)
mpSearchEdit->SetUpdateDataHdl(LINK(this,SfxTemplateManagerDlg,SearchUpdateHdl));
mpSearchEdit->EnableUpdateData();
- maView->SetStyle(WB_VSCROLL);
+ maView->SetStyle(maView->GetStyle() | WB_VSCROLL);
maView->setItemMaxTextLength(TEMPLATE_ITEM_MAX_TEXT_LENGTH);
maView->setItemDimensions(TEMPLATE_ITEM_MAX_WIDTH,TEMPLATE_ITEM_THUMBNAIL_MAX_HEIGHT,