13
0
livetrax/libs/gtkmm2ext
Colin Fletcher 1da655c2eb Fix special handling of 'zoom vertical' scroll wheel modifier key.
gtkmm2ext/keyboard.cc has a special case to emit a signal on the key-up of
the modifier key used to adjust track heights in conjunction with the
scroll wheel, so that the same track continues to be resized even when
it's shrunk to no longer be under the mouse cursor. However, this code
assumed that the modifier key for this was <Shift>.

Fix it to use the event->state bit corresponding to
ScrollZoomVerticalModifier instead, and rename the relevant functions to
clarify that it's the 'zoom vertical' modifier key they're dealing with.

Partially fixes #5610.
2013-08-08 15:24:15 -04:00
..
gtkmm2ext
po
actions.cc
application.cc
AUTHORS
auto_spin.cc
barcontroller.cc
bindable_button.cc
binding_proxy.cc
bindings.cc
cairo_packer.cc
cairo_widget.cc
cairocell.cc
cell_renderer_color_selector.cc
cell_renderer_pixbuf_multi.cc
cell_renderer_pixbuf_toggle.cc
choice.cc
click_box.cc
COPYING
debug.cc
dndtreeview.cc
fastmeter.cc
focus_entry.cc
gettext.h
grouped_buttons.cc
gtk_ui.cc
gtkapplication_quartz.mm
gtkapplication_x11.c
gtkapplication.c
gtkutils.cc
i18n.h
idle_adjustment.cc
keyboard.cc
libgtkmm2ext.pc.in
libgtkmm2ext.spec.in
motionfeedback.cc
persistent_tooltip.cc
pixfader.cc
pixscroller.cc
popup.cc
prolooks_helpers.c
prompter.cc
scroomer.cc
selector.cc
slider_controller.cc
stateful_button.cc
sync-menu.c
tearoff.cc
textviewer.cc
treeutils.cc
utils.cc
visibility_tracker.cc
window_title.cc
wscript