fix crash when re-opening debugging window
This commit is contained in:
parent
1cd34b57ea
commit
2b2b547617
|
@ -1,3 +1,4 @@
|
||||||
|
26-aug-2010 - mart0258 - W32 - fix crash when re-opening debugging window
|
||||||
20-aug-2010 - adelikat - Win32 - Display movie name at the top of the main window
|
20-aug-2010 - adelikat - Win32 - Display movie name at the top of the main window
|
||||||
09-july-2010 - mart0258 - TasEdit - cleanup; prevent crash when truncating while turbo
|
09-july-2010 - mart0258 - TasEdit - cleanup; prevent crash when truncating while turbo
|
||||||
13-june-2010 - adelikat - Win32 - avi capture commandline argument and related parameters
|
13-june-2010 - adelikat - Win32 - avi capture commandline argument and related parameters
|
||||||
|
|
|
@ -918,6 +918,7 @@ void DebuggerExit()
|
||||||
debugger_open = 0;
|
debugger_open = 0;
|
||||||
inDebugger = false;
|
inDebugger = false;
|
||||||
DestroyWindow(hDebug);
|
DestroyWindow(hDebug);
|
||||||
|
hDebug=0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static RECT currDebuggerRect;
|
static RECT currDebuggerRect;
|
||||||
|
|
Loading…
Reference in New Issue