summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-10 00:21:44 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-10 00:21:44 +0100
commita3e4ee6864b68845541ef0c06494694e23f3f582 (patch)
treefaca68d67bc18e884fbb5728d61065e135db7ab8
parentfc96a4b3d6985f28db6bc0e9418e98cc5bec87e3 (diff)
0dd1bec30fed2c10ef01cc7782e331ea0d1a1f47 from master; fix sometimes-missing audio analysis channel labels on OS X.
-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