Skip to content

Commit

Permalink
Merge from 5.x: PR #15144
Browse files Browse the repository at this point in the history
Fixes #15129
  • Loading branch information
ccordoba12 committed Apr 6, 2021
2 parents 3bb37bf + b4b8eb1 commit b84893b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spyder/plugins/layout/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ def show_save_layout(self):
active.append(name)

if answer:
self.save_current_window_settings('layout_{}/'.format(index),
section='quick_layouts')
self._plugin.save_current_window_settings(
'layout_{}/'.format(index), section='quick_layouts')
self.set_conf('names', names)
self.set_conf('order', order)
self.set_conf('active', active)
Expand Down

0 comments on commit b84893b

Please sign in to comment.