Skip to content

Commit

Permalink
Don't set self.view in on_selection_modified event (fixes issue #22)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmatter committed May 8, 2013
1 parent e34c491 commit f092525
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vintageLines.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,5 @@ def on_activated(self, view):
self.checkSettings()

def on_selection_modified(self, view):
self.view = view
sublime.set_timeout(self.checkSettings, 10)

0 comments on commit f092525

Please sign in to comment.