mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Merge remote-tracking branch 'origin/next' into next
This commit is contained in:
commit
f15aae9bd6
1 changed files with 2 additions and 1 deletions
|
@ -1029,7 +1029,8 @@ static double rofi_theme_get_double_inside(const widget *orig, Property *p,
|
|||
rofi_theme_find_widget(widget->parent->name, widget->state, FALSE);
|
||||
Property *pv =
|
||||
rofi_theme_find_property(parent, P_DOUBLE, property, FALSE);
|
||||
return rofi_theme_get_double_inside(orig, pv, widget, property, def);
|
||||
return rofi_theme_get_double_inside(orig, pv, widget->parent, property,
|
||||
def);
|
||||
}
|
||||
return def;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue