Commit 0a893c60 authored by salix5's avatar salix5

ClientField::ShowMenu()

The position of the menu is moved.
parent fe998767
......@@ -1870,7 +1870,7 @@ void ClientField::ShowMenu(int flag, int x, int y) {
} else mainGame->btnShowList->setVisible(false);
panel = mainGame->wCmdMenu;
mainGame->wCmdMenu->setVisible(true);
mainGame->wCmdMenu->setRelativePosition(irr::core::recti(x - 20 , y - 20 - height, x + 80, y - 20));
mainGame->wCmdMenu->setRelativePosition(irr::core::recti(x - 20, y, x + 80, y + height));
}
void ClientField::SetResponseSelectedCards() const {
......
Subproject commit 70d74470d1fddde8f5fbddf9fdd87900b3a3a28d
Subproject commit 6207519a410f53a2c25e30d19a739000fcf29032
Subproject commit 7cdb5fac233455118e6ebc4cad5fa4f743c65353
Subproject commit b69936137b2a53affa7dd4a111b92fbc66be016b
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment