Skip to content

Commit 484eb90

Browse files
committed
Comment out PostMessage
1 parent ef23336 commit 484eb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/win/window.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ impl WindowHandle {
7575
pub fn close(&mut self) {
7676
if let Some(hwnd) = self.hwnd.take() {
7777
unsafe {
78-
PostMessageW(hwnd, BV_WINDOW_MUST_CLOSE, 0, 0);
78+
// PostMessageW(hwnd, BV_WINDOW_MUST_CLOSE, 0, 0);
7979
DestroyWindow(hwnd);
8080
}
8181
}

0 commit comments

Comments
 (0)