Skip to content

Commit

Permalink
#266 fixed issue clicking first column
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisteach committed Feb 18, 2018
1 parent a40dbcc commit 60ac2ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions appJar/appjar.py
Original file line number Diff line number Diff line change
Expand Up @@ -13084,9 +13084,6 @@ def _createCell(self, rowNum, cellNum, val):
else:
lab.bind('<Button-2>', self._rightClick)

if cellNum == 0:
lab.bind("<Button-1>", self._selectRow)

lab.grid(row=rowNum, column=cellNum, sticky=N+E+S+W)
Grid.columnconfigure(self.interior, cellNum, weight=1)
Grid.rowconfigure(self.interior, rowNum, weight=1)
Expand Down

0 comments on commit 60ac2ef

Please sign in to comment.