mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
UIImage size fix.
--HG-- branch : dev
This commit is contained in:
@@ -110,7 +110,7 @@ void UIImage::calcDestSize() {
|
||||
if ( NULL == mDrawable)
|
||||
return;
|
||||
|
||||
mDestSize = PixelDensity::dpToPx( mDrawable->getSize() );
|
||||
mDestSize = mDrawable->getSize();
|
||||
}
|
||||
|
||||
mDestSize = mDestSize.floor();
|
||||
|
||||
Reference in New Issue
Block a user