add a missing tclvareval("housekeeping_ctx", NULL); at the end of a new window creation

This commit is contained in:
stefan schippers 2025-03-26 02:11:31 +01:00
parent 2e86614c31
commit 5e14ccf5a0
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}