]> git.tdb.fi Git - libs/gltk.git/commit
Emit rebuild_needed from a container when a child is added
authorMikko Rasa <tdb@tdb.fi>
Wed, 16 Oct 2019 11:15:34 +0000 (14:15 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 16 Oct 2019 11:15:34 +0000 (14:15 +0300)
commit999cd0294889e5eecd61df18a697d2c55ed6c0d6
tree36eed606ac01c3adb03d40b814cd2f2b5ce41201
parentb391f4b774d17c53dfd9062fc7c7a6b14f72f926
Emit rebuild_needed from a container when a child is added

Otherwise the flag won't properly propagate if the container itself is
already parented.
source/container.cpp