[colobot] 92/100: Fix error in edit.cpp in 08d87fa9757a05b66325b9ea77123d098143ddbd

Didier Raboud odyx at moszumanska.debian.org
Thu Jun 1 18:10:24 UTC 2017


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

odyx pushed a commit to branch debian/master
in repository colobot.

commit 1f477bbc86c36fb93e0b831ea6852aa0f44ee8a7
Author: krzys-h <krzys_h at interia.pl>
Date:   Wed May 24 12:46:30 2017 +0200

    Fix error in edit.cpp in 08d87fa9757a05b66325b9ea77123d098143ddbd
---
 src/ui/controls/edit.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ui/controls/edit.cpp b/src/ui/controls/edit.cpp
index 1269284..7d08b26 100644
--- a/src/ui/controls/edit.cpp
+++ b/src/ui/controls/edit.cpp
@@ -148,7 +148,7 @@ CEdit::~CEdit()
 
     if (m_bFocus)
     {
-        CApplication::GetInstancePointer()->SetTextInput(false, EVENT_OBJECT_PEN3);
+        CApplication::GetInstancePointer()->SetTextInput(false, m_eventType);
     }
 }
 

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