Fix error in edit.cpp in 08d87fa975

master
krzys-h 2017-05-24 12:46:30 +02:00
parent 7216d8d12e
commit 1f477bbc86
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ CEdit::~CEdit()
if (m_bFocus)
{
CApplication::GetInstancePointer()->SetTextInput(false, EVENT_OBJECT_PEN3);
CApplication::GetInstancePointer()->SetTextInput(false, m_eventType);
}
}