diff options
author | Tibor Nagy <nagy.tibor2@nisz.hu> | 2021-06-25 11:52:03 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2021-06-29 19:16:47 +0200 |
commit | a46a847d4298806d4e91e4665c3c1907c09a17c7 (patch) | |
tree | c02afe12416d081dd93f8b30d7c592b8eab46cfc /sd/uiconfig | |
parent | beaf6001c0d020f525bb99dae4a0f6cdd16b4c99 (diff) |
tdf#142589 Impress UI: fix Start button of Custom Slide Shows
This button started the selected custom slide show only
by changing the (already) selected custom slide show, and
enabling the checkbox "Use custom slide show". Otherwise it
started always the full show.
Remove the redundant checkbox "Use custom slide show" of the
dialog window "Custom Slide Shows" (Slide Show->Custom Slide Show...)
to avoid inconsistent behavior of the Start button (which could
start the full show instead of the selected custom slide show).
Now Start button of the dialog starts the selected custom slide
show only once, i.e. it doesn't modify the global slide show
settings for all the next slide shows (that is already handled
by Slide Show->Slide Show Settings->Range->"Custom slide show:"
and Slide Show->Slide Show Settings->Range->"All slides").
Change-Id: I6e97a69c546870199d5a45d9a6ad102e30d820c2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117876
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/simpress/ui/customslideshows.ui | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sd/uiconfig/simpress/ui/customslideshows.ui b/sd/uiconfig/simpress/ui/customslideshows.ui index 5e0ac35717b4..f2ca42650068 100644 --- a/sd/uiconfig/simpress/ui/customslideshows.ui +++ b/sd/uiconfig/simpress/ui/customslideshows.ui @@ -146,26 +146,6 @@ <property name="position">0</property> </packing> </child> - <child> - <object class="GtkCheckButton" id="usecustomshows"> - <property name="label" translatable="yes" context="customslideshows|usecustomshows">_Use custom slide show</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="use_underline">True</property> - <property name="draw_indicator">True</property> - <child internal-child="accessible"> - <object class="AtkObject" id="usecustomshows-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="customslideshows|extended_tip|usecustomshows">Runs the custom slide show you selected when you click Start. Otherwise, the entire presentation is shown.</property> - </object> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> </object> <packing> <property name="expand">True</property> |