mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
s/get_cells/get_cell_renderers/ again
This commit is contained in:
parent
e523019f50
commit
fec6bf0848
1 changed files with 1 additions and 1 deletions
|
@ -1367,7 +1367,7 @@ class WrappingMessageColumn (MessageColumn):
|
|||
|
||||
col = self.view_column
|
||||
col.props.max_width = width
|
||||
col.get_cells ()[0].props.wrap_width = width
|
||||
col.get_cell_renderers ()[0].props.wrap_width = width
|
||||
col.queue_resize ()
|
||||
|
||||
class LineViewColumnManager (ColumnManager):
|
||||
|
|
Loading…
Reference in a new issue