Julien "_FrnchFrgg_" RIVAUD
08df4e1920
The code computing the position of the popup menu used to compare the given string to each MenuItem::get_label() result, but that method actually replaces the content (child) of the MenuItem if that child is not already a Gtk::Label. In particular, this breaks menu separators. Avoid the issue by checking by hand if the only child of the MenuItem is a Label, and directly compare the label text. |
||
---|---|---|
.. | ||
gtkmm2ext | ||
macosx/gtkmm2ext/gtkmm2ext.xcodeproj | ||
MSVCgtkmm2ext | ||
po | ||
actions.cc | ||
application.cc | ||
ardour_icon.cc | ||
AUTHORS | ||
auto_spin.cc | ||
barcontroller.cc | ||
bindable_button.cc | ||
binding_proxy.cc | ||
bindings.cc | ||
cairo_icon.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 | ||
cursors.cc | ||
debug.cc | ||
dndtreeview.cc | ||
emscale.cc | ||
fader.cc | ||
fastmeter.cc | ||
focus_entry.cc | ||
gettext.h | ||
grouped_buttons.cc | ||
gtk_ui.cc | ||
gtkapplication_quartz.mm | ||
gtkapplication_win32.c | ||
gtkapplication_x11.c | ||
gtkapplication.c | ||
gtkutils.cc | ||
idle_adjustment.cc | ||
keyboard.cc | ||
libgtkmm2ext.pc.in | ||
libgtkmm2ext.spec.in | ||
pane.cc | ||
paths_dialog.cc | ||
persistent_tooltip.cc | ||
pixfader.cc | ||
pixscroller.cc | ||
popup.cc | ||
prompter.cc | ||
scroomer.cc | ||
searchbar.cc | ||
selector.cc | ||
slider_controller.cc | ||
stateful_button.cc | ||
sync-menu.c | ||
tabbable.cc | ||
tearoff.cc | ||
textviewer.cc | ||
treeutils.cc | ||
utils.cc | ||
visibility_tracker.cc | ||
waves_fastmeter.cc | ||
window_proxy.cc | ||
window_title.cc | ||
wscript |