summaryrefslogtreecommitdiff
path: root/libs/surfaces/push2/track_mix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/push2/track_mix.cc')
-rw-r--r--libs/surfaces/push2/track_mix.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/surfaces/push2/track_mix.cc b/libs/surfaces/push2/track_mix.cc
index 67602a809a..50688a008f 100644
--- a/libs/surfaces/push2/track_mix.cc
+++ b/libs/surfaces/push2/track_mix.cc
@@ -182,8 +182,6 @@ TrackMixLayout::selection_changed ()
void
TrackMixLayout::show ()
{
- selection_changed ();
-
Push2::ButtonID lower_buttons[] = { Push2::Lower1, Push2::Lower2, Push2::Lower3, Push2::Lower4,
Push2::Lower5, Push2::Lower6, Push2::Lower7, Push2::Lower8 };
@@ -194,6 +192,8 @@ TrackMixLayout::show ()
p2.write (b->state_msg());
}
+ selection_changed ();
+
Container::show ();
}