Skip to content

Commit

Permalink
Add 'wide_handle' property to allow you to paste from the first colum…
Browse files Browse the repository at this point in the history
…n to the right of a vertically split window
  • Loading branch information
mattrose committed Aug 24, 2020
1 parent 195833a commit da9b5d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terminatorlib/paned.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ def __init__(self):
"""Class initialiser"""
Paned.__init__(self)
GObject.GObject.__init__(self)
self.props.wide_handle = True
self.register_signals(HPaned)
self.cnxids.new(self, 'button-press-event', self.on_button_press)
self.cnxids.new(self, 'button-release-event', self.on_button_release)
Expand Down

0 comments on commit da9b5d4

Please sign in to comment.