Fix a bug created by commit ea0edaba.

This commit is contained in:
jean-pierre charras 2019-07-06 14:48:53 +02:00
parent ea0edaba21
commit 39c830435c
2 changed files with 3 additions and 3 deletions

View File

@ -300,7 +300,7 @@ public:
bool IsMouseAction() const
{
return m_actions && TA_MOUSE;
return ( m_actions & TA_MOUSE );
}
bool IsCancel() const