1
0
Fork 0
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:
Dave Davenport 2017-09-06 22:19:00 +02:00
parent 6b43fed3aa
commit 0824a1e48c

View file

@ -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;
} }