close-box fix for log

This commit is contained in:
chombier 2001-06-18 09:11:29 +00:00
parent 95906f6ad7
commit 881cede9c6
1 changed files with 3 additions and 1 deletions

View File

@ -1326,8 +1326,10 @@ void CloseAWindow(WindowPtr theWindow)
switch(((WindowPeek)theWindow)->windowKind) {
case WIN_CONSOLE:
// Debugger(); // Can't close the console window
// can't close it, but we can hide it...
DebugKeys(TRUE, 39, -1);
break;
case WIN_LOG:
if (theWindow == ftplog->wind) {
CheckItem(myMenus[Fil],FLlog,FALSE);