forked from AuroraMiddleware/gtk
_gtk_cell_area_set_cell_data_func_with_proxy: set the proxy when creating a new CellInfo (#637965)
This commit is contained in:
parent
2b0b08a861
commit
aa1f58b731
@ -3660,6 +3660,7 @@ _gtk_cell_area_set_cell_data_func_with_proxy (GtkCellArea *area,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
info = cell_info_new ((GtkCellLayoutDataFunc)func, func_data, destroy);
|
info = cell_info_new ((GtkCellLayoutDataFunc)func, func_data, destroy);
|
||||||
|
info->proxy = proxy;
|
||||||
|
|
||||||
g_hash_table_insert (priv->cell_info, cell, info);
|
g_hash_table_insert (priv->cell_info, cell, info);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user