Inherit again, for modifiers.

This commit is contained in:
Dave Davenport 2017-09-06 22:19:00 +02:00
parent 6b43fed3aa
commit 0824a1e48c
1 changed files with 1 additions and 1 deletions

View File

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