Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testsuite/reftests: Update UI files | Emmanuele Bassi | 2019-04-05 | 1 | -6/+2 |
| | | | | | Run the UI files through `gtk-builder-tool simplify --3to4` to update the layout properties. | ||||
* | stylecontext: Use correct parent style for lookups | Benjamin Otte | 2015-01-07 | 1 | -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. |