summaryrefslogtreecommitdiff
path: root/src/gui/panels/bintree.ui
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-18 09:30:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-18 09:30:27 (GMT)
commitc7b064cf1470974aa304d181e1174f9a329d4d49 (patch)
tree2ef5c69b026c979a6496f03bc6ea6e9a923faf46 /src/gui/panels/bintree.ui
parentf225f8af4eff40b5096f512b699571554e54f097 (diff)
Disabled simple accelerators when a text entry gets focus.
Diffstat (limited to 'src/gui/panels/bintree.ui')
-rw-r--r--src/gui/panels/bintree.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/panels/bintree.ui b/src/gui/panels/bintree.ui
index 90aac50..ff7f60e 100644
--- a/src/gui/panels/bintree.ui
+++ b/src/gui/panels/bintree.ui
@@ -125,6 +125,8 @@
<property name="progress_pulse_step">1</property>
<property name="adjustment">adjustment1</property>
<property name="numeric">True</property>
+ <signal name="focus-in-event" handler="track_focus_change_in_text_area" swapped="no"/>
+ <signal name="focus-out-event" handler="track_focus_change_in_text_area" swapped="no"/>
<signal name="value-changed" handler="on_depth_spin_value_changed" swapped="no"/>
</object>
</child>