Fixed syntax error
This commit is contained in:
parent
650cba6b16
commit
044df9468f
|
@ -51,7 +51,7 @@ class CellRendererImage(gtk.GenericCellRenderer):
|
||||||
return
|
return
|
||||||
self.redraw = 1
|
self.redraw = 1
|
||||||
col = tree.get_column(self.col_index)
|
col = tree.get_column(self.col_index)
|
||||||
cell_area = tree.get_cell_area(path), col)
|
cell_area = tree.get_cell_area(path, col)
|
||||||
|
|
||||||
tree.queue_draw_area(cell_area.x, cell_area.y,
|
tree.queue_draw_area(cell_area.x, cell_area.y,
|
||||||
cell_area.width, cell_area.height)
|
cell_area.width, cell_area.height)
|
||||||
|
|
Loading…
Reference in New Issue