Fix a couple of crashes with empty matrices. Some small optimisations.
[ardour.git] / gtk2_ardour / port_matrix_column_labels.h
index 0c725a080385c6729774579284c0de746f12f0e4..9ff59ec33bbfb5f8e2448bb8b29e2da0d859f1ea 100644 (file)
@@ -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;
 };