Use GtkComboBox in the property editor code
This commit is contained in:
committed by
Javier Jardón
parent
46b170ba0e
commit
d72b1e35c9
@ -405,6 +405,7 @@ enum_modified (GtkComboBox *cb, gpointer data)
|
|||||||
|
|
||||||
i = gtk_combo_box_get_active (cb);
|
i = gtk_combo_box_get_active (cb);
|
||||||
|
|
||||||
|
|
||||||
if (is_child_property (p->spec))
|
if (is_child_property (p->spec))
|
||||||
{
|
{
|
||||||
GtkWidget *widget = GTK_WIDGET (p->obj);
|
GtkWidget *widget = GTK_WIDGET (p->obj);
|
||||||
|
|||||||
Reference in New Issue
Block a user