FIxed TOOL_EVENT::Modifier() (now it returns value for current modifier, not only if there is one active or not).
This commit is contained in:
parent
607fe8ed4b
commit
e9e4df8d01
|
@ -231,7 +231,7 @@ public:
|
|||
return m_actions == TA_CancelTool;
|
||||
}
|
||||
|
||||
bool Modifier( int aMask = MD_ModifierMask ) const
|
||||
int Modifier( int aMask = MD_ModifierMask ) const
|
||||
{
|
||||
return ( m_modifiers & aMask );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue