mirror of https://github.com/macssh/macssh.git
close-box fix for log
This commit is contained in:
parent
95906f6ad7
commit
881cede9c6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue