Make AGI's button drawing use AgiButtonStyle. Doesn't use Amiga-style yet. It's next.
svn-id: r28014
This commit is contained in:
parent
83e038de19
commit
969df42d01
7 changed files with 29 additions and 8 deletions
|
@ -516,7 +516,7 @@ int AgiEngine::selectSlot() {
|
|||
buttonY = (vm + 17) * CHAR_LINES;
|
||||
|
||||
for (i = 0; i < 2; i++)
|
||||
_gfx->drawButton(buttonX[i], buttonY, buttonText[i], 0, 0, MSG_BOX_TEXT, MSG_BOX_COLOUR);
|
||||
_gfx->drawDefaultStyleButton(buttonX[i], buttonY, buttonText[i], 0, 0, MSG_BOX_TEXT, MSG_BOX_COLOUR);
|
||||
|
||||
AllowSyntheticEvents on(this);
|
||||
int oldFirstSlot = _firstSlot + 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue