Fix Control::GetCapturedBitmapN() function - make bitmap to none premultiplied bitmap
authorjaewon7.cho <jaewon7.cho@samsung.com>
Fri, 22 Mar 2013 08:49:59 +0000 (17:49 +0900)
committerjaewon7.cho <jaewon7.cho@samsung.com>
Fri, 22 Mar 2013 08:50:16 +0000 (17:50 +0900)
Change-Id: I0ef929e0bb1fd62cefa0d781fc3a25730d723cad
Signed-off-by: jaewon7.cho <jaewon7.cho@samsung.com>
src/ui/FUi_Control.cpp

index 470d84f..b5269e7 100755 (executable)
@@ -51,6 +51,7 @@
 #include "FUiAnim_VisualElementImpl.h"
 #include "FUiCtrl_Form.h"
 #include "FUiCtrl_Frame.h"
+#include "FGrp_BitmapImpl.h"
 
 using namespace std;
 using namespace Tizen::Base;
@@ -4148,6 +4149,7 @@ _Control::GetCapturedBitmapN(bool includeChildren) const
 
                delete pCanvas;
        }
+       _BitmapImpl::ConvertToNonpremultiplied(*pBitmap, true);
 
        return pBitmap;