X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fport_matrix_column_labels.h;h=9ff59ec33bbfb5f8e2448bb8b29e2da0d859f1ea;hb=6b641cdde4fa01baa1bf03e69131bd2b1a81b67b;hp=cecd2e79b2beada86071ebcbdf92424f3236351a;hpb=73a0cd56f8bab790e0bbcf09b4f51e20175f4dc8;p=ardour.git diff --git a/gtk2_ardour/port_matrix_column_labels.h b/gtk2_ardour/port_matrix_column_labels.h index cecd2e79b2..9ff59ec33b 100644 --- a/gtk2_ardour/port_matrix_column_labels.h +++ b/gtk2_ardour/port_matrix_column_labels.h @@ -36,7 +36,7 @@ class PortMatrixColumnLabels : public PortMatrixLabels public: PortMatrixColumnLabels (PortMatrix *, PortMatrixBody *); - void button_press (double, double, int, uint32_t); + void button_press (double, double, int, uint32_t, guint); double component_to_parent_x (double x) const; double parent_to_component_x (double x) const; @@ -64,7 +64,8 @@ private: double _longest_bundle_name; double _longest_channel_name; - double _highest_text; + double _text_height; + double _descender_height; uint32_t _overhang; };