src/file.cpp

changeset 318
de051d2bd80b
parent 317
e41ab239ed28
child 319
d0f41342ef51
equal deleted inserted replaced
317:e41ab239ed28 318:de051d2bd80b
530 // Rebuild the object tree view now. 530 // Rebuild the object tree view now.
531 g_win->fullRefresh(); 531 g_win->fullRefresh();
532 g_win->updateTitle(); 532 g_win->updateTitle();
533 g_win->R()->setFile( file ); 533 g_win->R()->setFile( file );
534 g_win->R()->resetAngles(); 534 g_win->R()->resetAngles();
535 g_win->R()->overlaysFromObjects();
536 535
537 // Add it to the recent files list. 536 // Add it to the recent files list.
538 addRecentFile( path ); 537 addRecentFile( path );
539 g_loadingMainFile = false; 538 g_loadingMainFile = false;
540 } 539 }

mercurial