add a missing tclvareval("housekeeping_ctx", NULL); at the end of a new window creation
This commit is contained in:
parent
2e86614c31
commit
5e14ccf5a0
|
|
@ -1674,9 +1674,8 @@ static void create_new_window(int *window_count, const char *noconfirm, const ch
|
|||
*
|
||||
* tclvareval("restore_ctx ", prev_window, NULL);
|
||||
* new_schematic("switch", prev_window, "", 1);
|
||||
* tclvareval("housekeeping_ctx", NULL);
|
||||
*/
|
||||
|
||||
tclvareval("housekeeping_ctx", NULL);
|
||||
if(has_x) windowid(toppath);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue