mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 22:30:22 +00:00
00be97e741
The container node constructor forgot to initialize that value from the first child. Testcase included. Fixes #6350
16 lines
233 B
Plaintext
16 lines
233 B
Plaintext
opacity {
|
|
opacity: 0.6;
|
|
child: container {
|
|
container {
|
|
color {
|
|
bounds: 0 0 40 40;
|
|
color: rgb(255,0,0);
|
|
}
|
|
color {
|
|
bounds: 10 10 40 40;
|
|
color: rgb(0,255,0);
|
|
}
|
|
}
|
|
}
|
|
}
|