378 // Recalculate the bounding box |
378 // Recalculate the bounding box |
379 g_BBox.calculate(); |
379 g_BBox.calculate(); |
380 |
380 |
381 // Rebuild the object tree view now. |
381 // Rebuild the object tree view now. |
382 g_win->fullRefresh (); |
382 g_win->fullRefresh (); |
383 g_win->setTitle (); |
383 g_win->updateTitle (); |
384 g_win->R ()->resetAngles (); |
384 g_win->R ()->resetAngles (); |
385 |
385 |
386 History::clear (); |
386 History::clear (); |
387 |
387 |
388 // Add it to the recent files list. |
388 // Add it to the recent files list. |