mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05: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;
|
return NULL;
|
||||||
}
|
}
|
||||||
// Fall back to defaults.
|
// Fall back to defaults.
|
||||||
widget = widget == rofi_theme?NULL:rofi_theme;
|
widget = widget->parent;
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue