mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-19 09:12:51 +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