This commit fixes two bugs: BUG-1809 & BUG-1835 and adds somewhat better Windows 10 support.

This commit is contained in:
RKrom 2015-10-04 22:50:18 +02:00
parent 4290333997
commit a1769dbc66
7 changed files with 302 additions and 122 deletions

View file

@ -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);