diff options
author | Armin Le Grand <alg@apache.org> | 2012-12-13 08:47:57 +0000 |
---|---|---|
committer | Armin Le Grand <alg@apache.org> | 2012-12-13 08:47:57 +0000 |
commit | 2ece2411aa1ab78e6aec269d08d8a9b526390939 (patch) | |
tree | c07657c1fc8a1aa6c679caa37c7cd98d755fcf93 /sd/source | |
parent | 4437c8f1035f3e0563e8b7998c3de2bc52e62958 (diff) |
#121463# Enhanced handle visualization and some fixes in that region
Notes
Notes:
merged as: 67608078a857fc128efc6bf4172f9ce4384d25c7
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/app/optsitem.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/app/optsitem.cxx b/sd/source/ui/app/optsitem.cxx index 3075a0f44bbd..7175370636fe 100644 --- a/sd/source/ui/app/optsitem.cxx +++ b/sd/source/ui/app/optsitem.cxx @@ -494,12 +494,12 @@ SdOptionsMisc::SdOptionsMisc( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : bMasterPageCache( sal_True ), bDragWithCopy( sal_False ), bPickThrough( sal_True ), - bBigHandles( sal_False ), + bBigHandles( sal_True ), // new default: Use big handles bDoubleClickTextEdit( sal_True ), bClickChangeRotation( sal_False ), bStartWithActualPage( sal_False ), bSolidDragging( sal_True ), - bSolidMarkHdl( sal_True ), + bSolidMarkHdl( sal_True ), // default: Use nice handles bSummationOfParagraphs( sal_False ), // #90356# bShowUndoDeleteWarning( sal_True ), |