Skip to content

Commit cb64bd8

Browse files
committed
Fix moving the window
1 parent 2745ec1 commit cb64bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r4300i Memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ LRESULT CALLBACK Memory_Window_Proc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM
374374
EndDialog(hDlg, TRUE);
375375
return TRUE;
376376
}
377-
break;
377+
return FALSE;
378378
case WM_NOTIFY:
379379
switch (((LPNMHDR)lParam)->code) {
380380
case HDN_BEGINTRACK:

0 commit comments

Comments
 (0)