mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
This commit fixes two bugs: BUG-1809 & BUG-1835 and adds somewhat better Windows 10 support.
This commit is contained in:
parent
4290333997
commit
a1769dbc66
7 changed files with 302 additions and 122 deletions
|
@ -270,6 +270,9 @@ namespace Greenshot {
|
|||
return;
|
||||
}
|
||||
|
||||
// BUG-1809: Add message filter, to filter out all the InputLangChanged messages which go to a target control with a handle > 32 bit.
|
||||
Application.AddMessageFilter(new WmInputLangChangeRequestFilter());
|
||||
|
||||
// From here on we continue starting Greenshot
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue