Skip to content

Commit

Permalink
Make sure to get all curves.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed Jul 26, 2023
1 parent ac2fe8d commit df9148a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyMca5/PyMcaGui/pymca/XMCDWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,7 @@ def _setLists(self):
self.motorsList
"""
if self.plotWindow is not None:
curves = self.plotWindow.getAllCurves()[:4]
curves = self.plotWindow.getAllCurves()
else:
_logger.debug(
"_setLists -- Set self.plotWindow before calling self._setLists"
Expand Down

0 comments on commit df9148a

Please sign in to comment.