diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-14 14:25:44 +0100 |
---|---|---|
committer | Aron Budea <aron.budea@collabora.com> | 2018-10-26 18:47:40 +0200 |
commit | ead83a1a3a346ae8a8206274954edabc6ce1116e (patch) | |
tree | 04fb3a67c09ad73b9932fee08443a2f0a5e6fe42 /officecfg/registry/schema/org/openoffice/Office/Draw.xcs | |
parent | 3af852c1a4cb4bf2a0c5b0a891ee30162305c3ce (diff) |
tdf#116342 Allow selecting text boxes anywhere by default
Not only by hitting the (invisble) frame or the text content.
Change-Id: I125f76a102611b628411d8c5acf70e3ed9e5e8fe
Reviewed-on: https://gerrit.libreoffice.org/51276
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
(cherry picked from commit d799436414ab7e28b6bf9a918fd3779b3fc85008)
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/Draw.xcs')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Draw.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs index f92e9a1c4d74..45b4c8ecd125 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs @@ -368,7 +368,7 @@ <desc>Indicates whether a text frame can only be selected by clicking on the text or by clicking somewhere in the frame.</desc> <label>Only text area selectable</label> </info> - <value>true</value> + <value>false</value> </prop> </group> <group oor:name="CrossFading"> |