mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
9a8a4a8b14
... just because there is no style context instantiated yet. Instead, instantiate a style context during realize() and ask it. Fixes problems with dim labels not being dimmed on first show. Testcase included. https://bugzilla.gnome.org/show_bug.cgi?id=735240
4 lines
27 B
CSS
4 lines
27 B
CSS
GtkLabel {
|
|
opacity: 0;
|
|
}
|