use drawtext_outline for element descriptions
This commit is contained in:
parent
42f5ec9f36
commit
7e1076ee5f
@ -2255,6 +2255,9 @@ void GameView::OnDraw()
|
||||
|
||||
if(toolTipPresence && toolTipPosition.X!=-1 && toolTipPosition.Y!=-1 && toolTip.length())
|
||||
{
|
||||
if (toolTipPosition.Y == Size.Y-MENUSIZE-10)
|
||||
g->drawtext_outline(toolTipPosition.X, toolTipPosition.Y, (char*)toolTip.c_str(), 255, 255, 255, toolTipPresence>51?255:toolTipPresence*5);
|
||||
else
|
||||
g->drawtext(toolTipPosition.X, toolTipPosition.Y, (char*)toolTip.c_str(), 255, 255, 255, toolTipPresence>51?255:toolTipPresence*5);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user