1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-07 00:58:39 +02:00

- better fix for button borders

This commit is contained in:
Ivan Savenko
2012-09-26 13:50:15 +00:00
parent 15a7f43e11
commit 4ceb6cd272
2 changed files with 6 additions and 6 deletions

View File

@ -148,7 +148,7 @@ public:
void setIndex(size_t index, bool playerColoredButton=false);
void setImage(CAnimation* anim, bool playerColoredButton=false, int animFlags=0);
void setPlayerColor(int player);
void show(SDL_Surface * to);
void showAll(SDL_Surface * to);
};
/// A button which can be selected/deselected