src/file.cpp

changeset 224
805bf9ef9529
parent 214
28e0b37156be
child 225
a78179b182e1
equal deleted inserted replaced
223:4f95d7f2e9ef 224:805bf9ef9529
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.
414 fclose (fp); 414 fclose (fp);
415 415
416 // We have successfully saved, update the save position now. 416 // We have successfully saved, update the save position now.
417 savePos = History::pos (); 417 savePos = History::pos ();
418 418
419 g_win->setTitle (); 419 g_win->updateTitle ();
420 420
421 return true; 421 return true;
422 } 422 }
423 423
424 #define CHECK_TOKEN_COUNT(N) \ 424 #define CHECK_TOKEN_COUNT(N) \

mercurial