Show More
@@ -289,7 +289,7 b' class IGridGrid(wx.grid.Grid):' | |||||
289 | Sort in ascending order; sorting criteria is the current attribute |
|
289 | Sort in ascending order; sorting criteria is the current attribute | |
290 | """ |
|
290 | """ | |
291 | col = self.GetGridCursorCol() |
|
291 | col = self.GetGridCursorCol() | |
292 |
attr = self.table._displ |
|
292 | attr = self.table._displayattrs[col] | |
293 | frame = self.GetParent().GetParent().GetParent() |
|
293 | frame = self.GetParent().GetParent().GetParent() | |
294 | if attr is ipipe.noitem: |
|
294 | if attr is ipipe.noitem: | |
295 | self.error_output("no column under cursor") |
|
295 | self.error_output("no column under cursor") |
General Comments 0
You need to be logged in to leave comments.
Login now