Make some text alignment fixes that got left out of r11230.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11301 4a71c877-e1ca-e34f-864e-861f7616d084
master
Guangcong Luo 2010-07-27 05:52:37 +00:00 committed by Git SVN Gateway
parent edb644a03b
commit da445cd536
2 changed files with 1 additions and 6 deletions

View File

@ -731,7 +731,7 @@ void editBoxDisplay(WIDGET *psWidget, UDWORD xOffset, UDWORD yOffset, PIELIGHT *
// if(psEdBox->pFontDisplay) {
// psEdBox->pFontDisplay(fx,fy, pPrint);
// } else {
iV_DrawText(utf, fx, fy+2);
iV_DrawText(utf, fx, fy);
// }
free(utf);
*pInsPoint = ch;

View File

@ -653,11 +653,6 @@ void displayConsoleMessages( void )
MesY = iV_DrawFormattedText(psMessage->text, mainConsole.topX, MesY,
mainConsole.width, psMessage->JustifyType);
if (!bTextBoxActive)
{
MesY -= 3; // make them fit inside the chat box
}
/* Move on */
++numProcessed;
}