Fix a bug created by commit ea0edaba
.
This commit is contained in:
parent
ea0edaba21
commit
39c830435c
|
@ -300,7 +300,7 @@ public:
|
||||||
|
|
||||||
bool IsMouseAction() const
|
bool IsMouseAction() const
|
||||||
{
|
{
|
||||||
return m_actions && TA_MOUSE;
|
return ( m_actions & TA_MOUSE );
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsCancel() const
|
bool IsCancel() const
|
||||||
|
|
Loading…
Reference in New Issue