Revert "Keep updated CellRendererInvoker self.path updated - Fixes #4717"
This reverts commit 353e05a086
.
This commit is contained in:
parent
353e05a086
commit
6c64a7d020
@ -1487,13 +1487,12 @@ class CellRendererInvoker(Invoker):
|
||||
if pos is None:
|
||||
return False
|
||||
|
||||
path, column, x, y_ = pos
|
||||
path_, column, x, y_ = pos
|
||||
|
||||
for cell_renderer in column.get_cells():
|
||||
if cell_renderer == self._cell_renderer:
|
||||
cell_x, cell_width = column.cell_get_position(cell_renderer)
|
||||
if x > cell_x and x < (cell_x + cell_width):
|
||||
self.path = path
|
||||
return True
|
||||
return False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user