summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--TO_PORT1
-rw-r--r--src/wx/audio_dialog.cc2
3 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a2a6bedd..bc2395309 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-05-10 Carl Hetherington <cth@carlh.net>
+
+ * Fix sometimes-missing channel labels on OS X audio analysis.
+
2015-05-09 Carl Hetherington <cth@carlh.net>
* Efficiency fix for cases where there is a lot of processing
diff --git a/TO_PORT b/TO_PORT
index 40b6d3cf5..d29f1dfbf 100644
--- a/TO_PORT
+++ b/TO_PORT
@@ -1,4 +1,3 @@
-3eabb0b4eb8a2303ce4f7aa5ed2fd77645d803a8
07d0be5e167b326caefb8e9981d99faf3823b15b
0b3fb0ba4c841de950e6f62ddd3992925ca781c6
wscript/cscript etc. cleanups
diff --git a/src/wx/audio_dialog.cc b/src/wx/audio_dialog.cc
index 1ce0f38a8..286e7f49d 100644
--- a/src/wx/audio_dialog.cc
+++ b/src/wx/audio_dialog.cc
@@ -152,6 +152,8 @@ AudioDialog::try_to_load_analysis ()
_plot->set_type_visible (i, true);
}
}
+
+ Refresh ();
}
void