Skip to content

Commit

Permalink
Update gui/wxpython/gui_core/preferences.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
petrasovaa and github-actions[bot] authored May 2, 2024
1 parent 63df9c0 commit b4b55dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gui/wxpython/gui_core/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,9 @@ def _createGeneralPage(self, notebook):
subkey="enabled",
):
singleWinPanesLayoutPos.Disable()
self.winId[
"general:singleWinPanesLayoutPos:enabled"
] = singleWinPanesLayoutPos.GetId()
self.winId["general:singleWinPanesLayoutPos:enabled"] = (
singleWinPanesLayoutPos.GetId()
)

gridSizer.Add(singleWinPanesLayoutPos, pos=(row, 0), span=(1, 2))

Expand Down

0 comments on commit b4b55dc

Please sign in to comment.