]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/tooltip.cpp
* ft2_font.cpp: added a cache for glyphs rendered with freetype, because
[vlc] / modules / gui / skins2 / src / tooltip.cpp
index b23571dd8831b09bd9e0cad17c76d1f512f691a8..64683e110272907dc841f1b74274db62b0a5d7e4 100644 (file)
@@ -113,7 +113,7 @@ void Tooltip::makeImage( const UString &rText )
     m_pImage = OSFactory::instance( getIntf() )->createOSGraphics( w, h );
     m_pImage->fillRect( 0, 0, w, h, 0xffffd0 );
     m_pImage->drawRect( 0, 0, w, h, 0x000000 );
-    m_pImage->drawBitmap( *pBmpTip, 0, 0, 5, 5 );
+    m_pImage->drawBitmap( *pBmpTip, 0, 0, 5, 5, -1, -1, true );
 
     delete pBmpTip;
 }