Skip to content

Commit

Permalink
remove livemodal so you can actually interact with the panel order wi…
Browse files Browse the repository at this point in the history
…dgets
  • Loading branch information
mattcieslak committed May 1, 2018
1 parent 30ff04d commit 5c9b43c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meap/beat_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def calculate_physio(self):
)

def _b_order_plots_fired(self):
self.edit_traits(view="panel_order_view")
self.edit_traits(view="panel_order_view",kind="livemodal")

class MEABeatTrain(BeatTrain):
# stacks of waveforms
Expand Down
2 changes: 1 addition & 1 deletion meap/moving_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ def beats_selected(self,obj,name,new):
beat_viewer = MEABeatTrain(physiodata=self.physiodata)
beats = [self.mea_beat_train.beats[n] for n in selection]
beat_viewer.set_beats(beats)
beat_viewer.edit_traits(kind="livemodal")
beat_viewer.edit_traits()
def _selected_beats_default(self):
return MEABeatTrain(physiodata=self.physiodata)

Expand Down

0 comments on commit 5c9b43c

Please sign in to comment.