Files
ardour/libs
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-07-17 17:04:35 +01:00
2016-07-24 16:54:08 +02:00
2015-12-17 20:22:02 +01:00
2016-08-16 00:25:59 +02:00