mirror of
https://github.com/greenshot/greenshot
synced 2025-07-30 19:50:11 -07:00
BUG-1809: Fix didn't work correctly, another go at it.
This commit is contained in:
parent
a1769dbc66
commit
213b332a66
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ namespace GreenshotPlugin.Core
|
|||
{
|
||||
if (m.Msg == (int)WindowsMessages.WM_INPUTLANGCHANGEREQUEST || m.Msg == (int)WindowsMessages.WM_INPUTLANGCHANGE)
|
||||
{
|
||||
return m.HWnd.ToInt64() > 0x7FFFFFFF;
|
||||
return m.LParam.ToInt64() > 0x7FFFFFFF;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue