summaryrefslogtreecommitdiff
path: root/testsuite/reftests/style-context-save-inheritance.ref.ui
Commit message (Collapse)AuthorAgeFilesLines
* testsuite/reftests: Update UI filesEmmanuele Bassi2019-04-051-6/+2
| | | | | Run the UI files through `gtk-builder-tool simplify --3to4` to update the layout properties.
* stylecontext: Use correct parent style for lookupsBenjamin Otte2015-01-071-0/+19
After 3a337156d11a86c7a88f1f30a09276fdf6f63008 style lookups still used the parent context's style as the parent style, even though after a gtk_style_context_save() the root style of the style context is the proper parent. Testcase attached.