cssnode: Fix a corner case in style computation
authorMatthias Clasen <mclasen@redhat.com>
Sat, 18 Jan 2020 03:00:21 +0000 (22:00 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 18 Jan 2020 04:47:34 +0000 (23:47 -0500)
commit1e7705c08e8df29952b052436259d624f4ea5525
tree8899211a8ea710c7ad121c10b7015f266ffe6255
parentcc3cf581ab064f989613116705395f6ce71c6070
cssnode: Fix a corner case in style computation

When we recomputed the change flags, and the style
did not change, we still need to replace the style
object, since it holds the new change flags.
gtk/gtkcssnode.c