Possible fix for issue #667
parent
0aa97fe074
commit
1b855f5dc3
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue