From: Richard Underhill Date: Tue, 23 Jun 2015 08:31:51 +0000 (+0100) Subject: Fix for signals not being received on an Atlas upload X-Git-Tag: dali_1.0.47~8^2^2~9^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=942378bebeb8c7a616676e0969fea0d667f47b24;p=platform%2Fcore%2Fuifw%2Fdali-core.git Fix for signals not being received on an Atlas upload Change-Id: I84d3a3d637496b584dc616c0423e0fad4e420a21 Signed-off-by: Richard Underhill --- diff --git a/dali/internal/event/images/atlas-impl.cpp b/dali/internal/event/images/atlas-impl.cpp index 1f05a8f..99665ec 100644 --- a/dali/internal/event/images/atlas-impl.cpp +++ b/dali/internal/event/images/atlas-impl.cpp @@ -202,6 +202,7 @@ void Atlas::AllocateAtlas() if( !mTicket ) { mTicket = mResourceClient.AllocateTexture( mWidth, mHeight, mPixelFormat ); + mTicket->AddObserver( *this ); mImageFactory.RegisterForContextRecovery( this ); } }