Possible fix for issue #667

dev-time-step
Tomasz Kapuściński 2015-10-15 17:40:15 +02:00
parent 0aa97fe074
commit 1b855f5dc3
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ void CEdit::MoveAdjust()
bool CEdit::EventProcess(const Event &event)
{
bool bShift, bControl;
bool bShift = false, bControl = false;
if ( (m_state & STATE_VISIBLE) == 0 ) return true;