[colobot] 223/390: Fixed updating "Apply" button after changing fullscreen, closes #392

Didier Raboud odyx at moszumanska.debian.org
Fri Jun 12 14:21:48 UTC 2015


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 <krzys_h at 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



More information about the Pkg-games-commits mailing list