SVN commit 514657 by giessl: Inheritance didn't work as expected because object properties acted in the wrong object context (not the 'calling' one but the one in which they were stored). This is now fixed by carrying an ExecContext everywhere... M +54 -14 object.cpp M +76 -14 object.h M +5 -1 tests/TestDecoration.xml M +0 -7 tests/cokoontest.cpp M +30 -38 tile.cpp M +32 -30 tile.h M +16 -21 tilelayout.cpp M +7 -14 tilelayout.h M +12 -19 tilesource.cpp M +13 -21 tilesource.h