summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-23 19:57:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-05-23 22:43:49 +0200
commit3cf6d908c21400e005dcbf03a94282279fe61b9b (patch)
treeb7cd96e3575cbdd28bc864d877e55bc048c63956 /basctl
parent93649784ddbb7d9ca779d14fd60fb97385325d17 (diff)
nospin hack no longer in use
Change-Id: Ib855c429ac936f9b7bb219ad4729f99b0625ec37 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94734 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/brkdlg.cxx2
-rw-r--r--basctl/uiconfig/basicide/ui/managebreakpoints.ui4
2 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/brkdlg.cxx b/basctl/source/basicide/brkdlg.cxx
index bba4f3c45f03..15a4b5a91d05 100644
--- a/basctl/source/basicide/brkdlg.cxx
+++ b/basctl/source/basicide/brkdlg.cxx
@@ -70,7 +70,7 @@ BreakPointDialog::BreakPointDialog(weld::Window* pParent, BreakPointList& rBrkPn
, m_xNewButton(m_xBuilder->weld_button("new"))
, m_xDelButton(m_xBuilder->weld_button("delete"))
, m_xCheckBox(m_xBuilder->weld_check_button("active"))
- , m_xNumericField(m_xBuilder->weld_spin_button("pass-nospin"))
+ , m_xNumericField(m_xBuilder->weld_spin_button("pass"))
{
m_xComboBox->set_size_request(m_xComboBox->get_approximate_digit_width() * 20, -1);
m_xComboBox->set_height_request_by_rows(12);
diff --git a/basctl/uiconfig/basicide/ui/managebreakpoints.ui b/basctl/uiconfig/basicide/ui/managebreakpoints.ui
index 6041267dd235..56227ae982bf 100644
--- a/basctl/uiconfig/basicide/ui/managebreakpoints.ui
+++ b/basctl/uiconfig/basicide/ui/managebreakpoints.ui
@@ -220,7 +220,7 @@
<property name="can_focus">False</property>
<property name="column_spacing">12</property>
<child>
- <object class="GtkSpinButton" id="pass-nospin">
+ <object class="GtkSpinButton" id="pass">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="activates_default">True</property>
@@ -236,7 +236,7 @@
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="managebreakpoints|label2">Pass count:</property>
<property name="use_underline">True</property>
- <property name="mnemonic_widget">pass-nospin</property>
+ <property name="mnemonic_widget">pass</property>
</object>
<packing>
<property name="left_attach">0</property>