Dialog choices doesn't go off from rectangle to right anymore, from wjp

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@327 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2002-12-04 21:03:01 +00:00
parent 0b7e1ad4d3
commit 3bb869b0ab
+2 -2
View File
@@ -125,13 +125,13 @@ add_text (int status, PTEXT pTextIn)
}
else if (GetContextFontLeading (&leading), status <= -4)
{
text_width = SIS_SCREEN_WIDTH - (TEXT_X_OFFS << 2);
text_width = SIS_SCREEN_WIDTH - 8 - (TEXT_X_OFFS << 2);
pText = pTextIn;
}
else
{
text_width = SIS_SCREEN_WIDTH - (TEXT_X_OFFS << 2);
text_width = SIS_SCREEN_WIDTH - 8 - (TEXT_X_OFFS << 2);
switch (status)
{