frame selectors need also be updated in detach_from_view

This commit is contained in:
Anselm R. Garbe 2006-04-27 11:24:15 +02:00
parent 61962d4d03
commit 10d458f1a2
1 changed files with 2 additions and 0 deletions

View File

@ -204,6 +204,8 @@ detach_from_view(View *v, Client *c)
{
unsigned int i;
update_frame_selectors(v);
for(i = 0; i < v->area.size; i++) {
if(is_of_area(v->area.data[i], c)) {
detach_from_area(v->area.data[i], c);