Skip to content

Commit

Permalink
repair bug at Ctrl+S numeric shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
FillBk committed Mar 18, 2024
2 parents 4ee3072 + 55e8d3d commit 2098ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/asammdf/gui/widgets/numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,7 @@ def keyPressEvent(self, event):
signals = []
for index in selected_items:
signals.append(self.channels.dataView.backend.signals[index].signal)

if signals:
with mdf_module.MDF() as mdf:
groups = {}
Expand Down

0 comments on commit 2098ee2

Please sign in to comment.