Allow variable column widths on the auto mapping view to fix #1945.
[dcpomatic.git] / src / wx / audio_mapping_view.h
index efd5bfcd2f6c91af5ee42f8632611514cf7ecdf0..0e3cc0af8715bdf8e6cfc18bfb7b067a540d3432 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -115,6 +115,8 @@ private:
        std::vector<NamedChannel> _input_channels;
        std::vector<NamedChannel> _output_channels;
        std::vector<Group> _input_groups;
+       std::vector<int> _column_widths;
+       int _column_widths_total = 0;
 
        boost::optional<std::pair<NamedChannel, NamedChannel>> _last_tooltip_channels;
 };