Unhide window if scratchpad_show

This commit is contained in:
speediegq 2022-09-17 15:34:30 +02:00
parent 3c88d64bf4
commit b2d5bfd067

View file

@ -3799,6 +3799,8 @@ static void scratchpad_show ()
if (found_next == 0) scratchpad_show_first ();
}
}
show(NULL);
}
static void scratchpad_show_client (Client * c)