tdf#99588: Fix radio button groups (and thus up/down key cycle)

Fix both Operations group (orig. report) as well as the other
group (Shift cells) which was broken too, but since the buttons
happened to be in alphabetical order, the bug didn't show

Change-Id: Ib4d3dca29b286efe58f066dd20c4d4a9d6bf07dd
Reviewed-on: https://gerrit.libreoffice.org/24857
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
This commit is contained in:
Katarina Behrens
2016-05-10 11:38:14 +02:00
parent 4266caadbb
commit 750e39302e

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
<!-- Generated with glade 3.18.3 -->
<interface>
<requires lib="gtk+" version="3.0"/>
<object class="GtkImage" id="img_paste_transpose">
@@ -317,8 +317,6 @@
<packing>
<property name="left_attach">0</property>
<property name="top_attach">0</property>
<property name="width">1</property>
<property name="height">1</property>
</packing>
</child>
<child>
@@ -351,7 +349,7 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">none</property>
<property name="group">add</property>
</object>
<packing>
<property name="expand">False</property>
@@ -369,7 +367,7 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">none</property>
<property name="group">subtract</property>
</object>
<packing>
<property name="expand">False</property>
@@ -387,7 +385,7 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">none</property>
<property name="group">multiply</property>
</object>
<packing>
<property name="expand">False</property>
@@ -405,7 +403,7 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">none</property>
<property name="group">divide</property>
</object>
<packing>
<property name="expand">False</property>
@@ -449,8 +447,6 @@
<packing>
<property name="left_attach">1</property>
<property name="top_attach">0</property>
<property name="width">1</property>
<property name="height">1</property>
</packing>
</child>
<child>
@@ -542,8 +538,6 @@
<packing>
<property name="left_attach">0</property>
<property name="top_attach">1</property>
<property name="width">1</property>
<property name="height">1</property>
</packing>
</child>
<child>
@@ -576,7 +570,7 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">no_shift</property>
<property name="group">move_down</property>
</object>
<packing>
<property name="expand">False</property>
@@ -594,7 +588,7 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">no_shift</property>
<property name="group">move_right</property>
</object>
<packing>
<property name="expand">False</property>
@@ -639,8 +633,6 @@
<packing>
<property name="left_attach">1</property>
<property name="top_attach">1</property>
<property name="width">1</property>
<property name="height">1</property>
</packing>
</child>
</object>