Fix window icon (#831)

* Fix window icon

* Add CHANGELOG entry
This commit is contained in:
Osspial
2019-04-08 01:07:12 -04:00
committed by GitHub
parent 69585fe2f2
commit dfa972eab1
2 changed files with 1 additions and 3 deletions

View File

@@ -625,9 +625,6 @@ unsafe fn init(
format!("{}", io::Error::last_os_error()))));
}
winuser::SetWindowLongW(handle, winuser::GWL_STYLE, 0);
winuser::SetWindowLongW(handle, winuser::GWL_EXSTYLE, 0);
WindowWrapper(handle)
};