diff --git a/cockatrice/src/gamescene.h b/cockatrice/src/gamescene.h index bdc07757..4c08316b 100644 --- a/cockatrice/src/gamescene.h +++ b/cockatrice/src/gamescene.h @@ -37,7 +37,6 @@ public slots: void removePlayer(Player *player); void clearViews(); void closeMostRecentZoneView(); -private slots: void rearrange(); protected: bool event(QEvent *event); diff --git a/cockatrice/src/tab_game.cpp b/cockatrice/src/tab_game.cpp index 8f3f3326..fa608c29 100644 --- a/cockatrice/src/tab_game.cpp +++ b/cockatrice/src/tab_game.cpp @@ -488,6 +488,7 @@ void TabGame::startGame() playerListWidget->setGameStarted(true); started = true; + static_cast(gameView->scene())->rearrange(); gameView->show(); phasesToolbar->show(); } diff --git a/cockatrice/src/window_main.cpp b/cockatrice/src/window_main.cpp index 06d6e3a6..588eeca7 100644 --- a/cockatrice/src/window_main.cpp +++ b/cockatrice/src/window_main.cpp @@ -176,7 +176,7 @@ void MainWindow::actAbout() + tr("Portugese (Portugal):") + " Milton Gonçalves
" + tr("Portugese (Brazil):") + " Thiago Queiroz
" + tr("French:") + " Yannick Hammer
" - + tr("Japanese:") + " Takumi Nakase
" + + tr("Japanese:") + " Nagase Task
" + tr("Russian:") + " Alexander Davidov
" )); }