summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-01-11 01:15:17 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-11 01:17:42 +0100
commit1f14a9d9a53f86124b657dfe3a1ce6c7786cbaf4 (patch)
treead53cd70b453a9cb44ae24ab63f150550137ea6b /gtk2_ardour/port_matrix.h
parenta883afbd64c3b6703445fca64aa740ac1ffdde06 (diff)
Scale the port matrix with the GUI/font-scaling setting.
Diffstat (limited to 'gtk2_ardour/port_matrix.h')
-rw-r--r--gtk2_ardour/port_matrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix.h b/gtk2_ardour/port_matrix.h
index 8f0f8fd56a..8667c8c8e6 100644
--- a/gtk2_ardour/port_matrix.h
+++ b/gtk2_ardour/port_matrix.h
@@ -206,6 +206,7 @@ private:
void update_tab_highlighting ();
std::pair<int, int> check_flip () const;
bool can_flip () const;
+ void parameter_changed (std::string);
Gtk::Window* _parent;