diff --git a/RetroFE/Source/Graphics/Component/ScrollingText.cpp b/RetroFE/Source/Graphics/Component/ScrollingText.cpp index 9959837..e926f03 100644 --- a/RetroFE/Source/Graphics/Component/ScrollingText.cpp +++ b/RetroFE/Source/Graphics/Component/ScrollingText.cpp @@ -297,7 +297,7 @@ void ScrollingText::draw( ) imageMaxHeight = baseViewInfo.MaxHeight; } - float scale = (float)baseViewInfo.FontSize / (float)font->getHeight( ); + float scale = (float)baseViewInfo.FontSize / (float)font->getHeight( ) / scaleY_; float xOrigin = baseViewInfo.XRelativeToOrigin( ); float yOrigin = baseViewInfo.YRelativeToOrigin( );