Found that the "crash save" command in tools.tcl also disrupts

redirected command-line entry from the layout window;  fixed.
This commit is contained in:
Tim Edwards 2020-03-23 11:52:31 -04:00
parent 7ec87864a6
commit fe727cc6f2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ proc magic::resumeall {} {
proc magic::makecrashbackup {} {
global Opts
crash save
*bypass crash save
if {$Opts(backupinterval) > 0} {
after $Opts(backupinterval) magic::makecrashbackup
}