diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/egui_gui/propview.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/egui_gui/propview.c b/src/bin/egui_gui/propview.c index 86b54b8..c349d8e 100644 --- a/src/bin/egui_gui/propview.c +++ b/src/bin/egui_gui/propview.c | |||
@@ -1449,7 +1449,7 @@ propview_item_update(const Gui_Widget_Property *prop) | |||
1449 | it_data->prop = prop; | 1449 | it_data->prop = prop; |
1450 | 1450 | ||
1451 | // Update the fields of the box with properties | 1451 | // Update the fields of the box with properties |
1452 | _prop_field_update(prop, item_box, NULL); | 1452 | _prop_field_update(prop, item_box, it_data); |
1453 | } | 1453 | } |
1454 | 1454 | ||
1455 | /* FIXME: need to change signature to Eo_Callback, when it will be supported. | 1455 | /* FIXME: need to change signature to Eo_Callback, when it will be supported. |