FakeVim: Fix handling of some hungarian characters

Done-by: hjk
Task-number: QTCREATORBUG-10236

Change-Id: Iba97b6ebbd4fee8a4ab52a3986a2f79c7344b75b
Reviewed-by: Lukas Holecek <hluk@email.cz>
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Robert Loehning
2013-09-26 16:12:43 +02:00
committed by hjk
parent 196674d0de
commit 4d89786a88

View File

@@ -943,7 +943,7 @@ public:
bool isControl() const
{
return m_modifiers & HostOsInfo::controlModifier();
return m_modifiers == HostOsInfo::controlModifier();
}
bool isControl(int c) const