diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-02-19 21:22:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-02-19 21:22:00 +0100 |
| commit | 25a119e21cfb73fdef4571d6abc322cb7d8cf92e (patch) | |
| tree | 7e973f5e0012017c9f4409000a5f23637d57d6bd /src/wx/audio_mapping_view.h | |
| parent | f568d196a5bbf12726261afdfb92a40e0e0e4c8b (diff) | |
Remove the empty column when there are no input groups.
Diffstat (limited to 'src/wx/audio_mapping_view.h')
| -rw-r--r-- | src/wx/audio_mapping_view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_mapping_view.h b/src/wx/audio_mapping_view.h index 8c1a2d8ba..c568954a0 100644 --- a/src/wx/audio_mapping_view.h +++ b/src/wx/audio_mapping_view.h @@ -93,6 +93,7 @@ private: boost::optional<std::string> mouse_event_to_input_group_name (wxMouseEvent& ev) const; void setup (); wxString input_channel_name_with_group (NamedChannel const& n) const; + int left_width() const; void set_gain_from_menu (double linear); void edit (); |
