Skip to content

Commit

Permalink
Merge from 3.x: PR #4301
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Mar 27, 2017
2 parents 1d58b5b + f23b3d0 commit bc13350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spyder/plugins/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ def __init__(self, parent, ignore_last_opened_files=False):
self.splitter.setStretchFactor(1, 1)
layout.addWidget(self.splitter)
self.setLayout(layout)
self.setFocusPolicy(Qt.ClickFocus)

# Editor's splitter state
state = self.get_option('splitter_state', None)
Expand Down

0 comments on commit bc13350

Please sign in to comment.