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 } |