Files
ardour/libs/gtkmm2ext
Julien "_FrnchFrgg_" RIVAUD 08df4e1920 Fix anchored popups with separators in them
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.
2016-08-17 01:45:47 +02:00
..
2016-08-06 16:49:41 +02:00
2016-08-04 09:52:22 +02:00
2015-07-16 15:34:37 +02:00
2016-07-25 14:13:52 +02:00
2016-08-09 21:26:27 -04:00
2016-03-08 08:44:58 -05:00