Fix window handle provider.

This commit is contained in:
daniel 2016-10-03 16:09:03 +02:00
parent 46b4af54c5
commit ba07293385
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@ namespace zaaReloaded2
}
Bovender.ExceptionHandler.CentralHandler.ManageExceptionCallback += CentralHandler_ManageExceptionCallback;
Bovender.Win32Window.MainWindowHandleProvider = () =>
{
return IntPtr.Zero;
};
Bovender.WpfHelpers.RegisterTextBoxSelectAll();
UserSettings userSettings = UserSettings.Default;