Don't halt processing from WM_SETCURSOR (#43982)

Release Notes:

- N/A
This commit is contained in:
John Tur
2025-12-02 05:57:20 -05:00
committed by GitHub
parent 876b258088
commit e5105ccdbe
+1 -1
View File
@@ -1081,7 +1081,7 @@ impl WindowsWindowInner {
unsafe {
SetCursor(self.state.borrow().current_cursor);
};
Some(1)
Some(0)
}
fn handle_system_settings_changed(