summaryrefslogtreecommitdiff
path: root/chart2/source
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2012-12-13 08:47:57 +0000
committerArmin Le Grand <alg@apache.org>2012-12-13 08:47:57 +0000
commit2ece2411aa1ab78e6aec269d08d8a9b526390939 (patch)
treec07657c1fc8a1aa6c679caa37c7cd98d755fcf93 /chart2/source
parent4437c8f1035f3e0563e8b7998c3de2bc52e62958 (diff)
#121463# Enhanced handle visualization and some fixes in that region
Notes
Notes: merged as: 67608078a857fc128efc6bf4172f9ce4384d25c7
Diffstat (limited to 'chart2/source')
-rw-r--r--chart2/source/controller/drawinglayer/DrawViewWrapper.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx b/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx
index 65aac4b7c418..ced98b5cf617 100644
--- a/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx
+++ b/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx
@@ -180,6 +180,9 @@ DrawViewWrapper::DrawViewWrapper( SdrModel* pSdrModel, OutputDevice* pOut, bool
pOutlinerPool->SetPoolDefaultItem( SvxFontHeightItem( 423, 100, EE_CHAR_FONTHEIGHT ) ); // 12pt
}
+ // #121463# Use big handles by default
+ SetMarkHdlSizePixel(9);
+
ReInit();
}