1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-10 17:37:45 +02:00
v.audacity ee7e35b3eb (Fix Bug 250 - Pan sliders sometimes not drawn in Mixer Board, P2)
This bug was introduced in commit 10680 and caused in MixerTrackCluster::UpdatePan(), by using USE_MIDI (which is on in releases) instead of EXPERIMENTAL_MIDI_OUT (which is off). It checked whether a NoteTrack pointer was NULL, and if not, hid the Pan slider (not used in NoteTrack clusters). But an invalid pointer is non-null, so was causing the Pan slider to always be hidden.
2010-11-06 00:00:23 +00:00
..
2010-08-31 23:31:11 +00:00
2010-10-07 23:01:49 +00:00
2010-07-30 03:04:37 +00:00
2010-10-18 01:58:57 +00:00
2010-07-17 00:11:57 +00:00
2010-07-17 00:11:57 +00:00
2010-08-01 00:04:23 +00:00
2010-08-01 00:04:23 +00:00
2010-07-16 05:41:22 +00:00
2010-09-28 05:03:50 +00:00
2010-09-28 05:03:50 +00:00
2010-10-24 15:01:18 +00:00
2010-08-17 23:14:21 +00:00
2010-04-04 08:19:53 +00:00
2010-07-23 23:29:50 +00:00
2010-04-04 08:19:53 +00:00
2010-10-07 23:01:49 +00:00
2010-10-07 23:01:49 +00:00