From a7ef60b7509b0d5939197c6bd4d2414f66c8f680 Mon Sep 17 00:00:00 2001 From: doitux Date: Wed, 4 Dec 2013 23:14:34 +0100 Subject: [PATCH] bugfix for #242 Menu on gametable is not clickable sometimes --- src/gui/qt/gametable/gametableimpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/qt/gametable/gametableimpl.cpp b/src/gui/qt/gametable/gametableimpl.cpp index 7980b0b7..dd1bb98e 100755 --- a/src/gui/qt/gametable/gametableimpl.cpp +++ b/src/gui/qt/gametable/gametableimpl.cpp @@ -3545,6 +3545,7 @@ void gameTableImpl::localGameModification() //let the SoundEventHandler know that there is a new game mySoundEventHandler->newGameStarts(); spectatorIcon->hide(); + spectatorNumberLabel->hide(); } void gameTableImpl::networkGameModification()