Skip to content

Commit

Permalink
Fix Session box highlight at startup
Browse files Browse the repository at this point in the history
Fixes #44
  • Loading branch information
niektb committed Jan 18, 2017
1 parent be88943 commit e29d9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Launchpad.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ def init(self):
if isinstance(control, ConfigurableButtonElement):
control.add_value_listener(self._button_value)

self.set_highlighting_session_component(self._selector.session_component())
self._suppress_session_highlight = False
self.set_highlighting_session_component(self._selector.session_component())
# due to our 2 stage init, we need to rebuild midi map
self.request_rebuild_midi_map()
# and request update
Expand Down

0 comments on commit e29d9c5

Please sign in to comment.