- top header count updates correct now using SHIFT+F4 databrowse
- same for switching layers in 3d window
This commit is contained in:
Ton Roosendaal 2005-03-01 16:19:19 +00:00
parent a7afceb622
commit dbce997ba1
2 changed files with 4 additions and 1 deletions

@ -2358,6 +2358,7 @@ static void filesel_select_objects(SpaceFile *sfile)
base->flag= base->object->flag;
base= base->next;
}
countall();
allqueue(REDRAWVIEW3D, 0);
}
else if( strcmp(sfile->dir, "Scene/")==0 ) {

@ -3758,10 +3758,12 @@ void do_view3d_buttons(short event)
G.vd->layact= G.vd->lay;
scrarea_queue_headredraw(curarea);
}
if(G.vd->scenelock) handle_view3d_lock();
scrarea_queue_winredraw(curarea);
countall();
if(G.vd->scenelock) handle_view3d_lock();
allqueue(REDRAWOOPS, 0);
}
break;