More double promote fixes

This commit is contained in:
Ingo Weyrich
2020-02-10 20:06:43 +01:00
parent f0b5ca02e7
commit b4c0bb3acb
8 changed files with 65 additions and 107 deletions

View File

@@ -68,7 +68,7 @@ double RTScalable::getDPI ()
double RTScalable::getTweakedDPI ()
{
return dpi * fontScale;
return dpi * static_cast<double>(fontScale);
}
int RTScalable::getScale ()