Win32 - Hacky fix for the annoying directory overrides bug (perhaps not every instance but at least the one reproducable one we have managed to find.

This commit is contained in:
adelikat 2009-11-02 01:25:31 +00:00
parent d3f029d4b9
commit 6d95de6b4c
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ static BOOL CALLBACK DirConCallB(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM
case WM_CLOSE:
case WM_QUIT:
CloseDirectoriesDialog(hwndDlg);
CloseDirectoriesDialog(hwndDlg); //adelikat: Hacky but this fixes the directory overides bug (or at least some instances of it). This of course really just puts a band-aid on the real problem.
break;
case WM_COMMAND: