This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch upstream/latest
in repository colobot.

commit 54098bcd556558abfbb11caee80db65d34b51fbf
Author: krzys-h <krzy...@interia.pl>
Date:   Wed Nov 12 17:06:29 2014 +0100

    Fixed updating "Apply" button after changing fullscreen, closes #392
---
 src/ui/maindialog.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/ui/maindialog.cpp b/src/ui/maindialog.cpp
index 094458b..2751f99 100644
--- a/src/ui/maindialog.cpp
+++ b/src/ui/maindialog.cpp
@@ -2373,12 +2373,10 @@ bool CMainDialog::EventProcess(const Event &event)
 
                 if ( pc->TestState(STATE_CHECK) )
                 {
-                    m_setupFull = false;
                     pc->ClearState(STATE_CHECK);
                 }
                 else
                 {
-                    m_setupFull = true;
                     pc->SetState(STATE_CHECK);
                 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/colobot.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to