mirror of
https://github.com/lbonn/rofi
synced 2024-11-23 20:33:03 +00:00
Inherit again, for modifiers.
This commit is contained in:
parent
6b43fed3aa
commit
0824a1e48c
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ Property *rofi_theme_find_property ( ThemeWidget *widget, PropertyType type, con
|
|||
return NULL;
|
||||
}
|
||||
// Fall back to defaults.
|
||||
widget = widget == rofi_theme?NULL:rofi_theme;
|
||||
widget = widget->parent;
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue