Kaydet (Commit) 2c4b0396 authored tarafından andreas kainz's avatar andreas kainz Kaydeden (comit) andreas_kainz

NB fix TextShape with uno:DrawText instead of uno:Text

Change-Id: If213ecdc5dd47f3870a71131d3e634f216b3da98
Reviewed-on: https://gerrit.libreoffice.org/61989Reviewed-by: 's avatarMaxim Monastirsky <momonasmon@gmail.com>
Tested-by: Jenkins
Reviewed-by: 's avatarandreas_kainz <kainz.a@gmail.com>
üst 49d304c4
......@@ -5014,10 +5014,10 @@
<property name="show_arrow">False</property>
<property name="icon_size">3</property>
<child>
<object class="GtkToolButton" id="Insert-Text">
<object class="GtkToolButton" id="Insert-DrawText">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:Text</property>
<property name="action_name">.uno:DrawText</property>
</object>
<packing>
<property name="expand">False</property>
......
......@@ -4802,10 +4802,10 @@
<property name="show_arrow">False</property>
<property name="icon_size">3</property>
<child>
<object class="GtkToolButton" id="Insert-Text">
<object class="GtkToolButton" id="Insert-DrawText">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:Text</property>
<property name="action_name">.uno:DrawText</property>
</object>
<packing>
<property name="expand">False</property>
......
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