mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 02:56:28 +03:00
UIImage size fix.
--HG-- branch : dev-css-refactor
This commit is contained in:
@@ -111,7 +111,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