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:
@@ -125,13 +125,13 @@ add_text (int status, PTEXT pTextIn)
|
|||||||
}
|
}
|
||||||
else if (GetContextFontLeading (&leading), status <= -4)
|
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;
|
pText = pTextIn;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
text_width = SIS_SCREEN_WIDTH - (TEXT_X_OFFS << 2);
|
text_width = SIS_SCREEN_WIDTH - 8 - (TEXT_X_OFFS << 2);
|
||||||
|
|
||||||
switch (status)
|
switch (status)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user