src/types.cpp

changeset 388
7ff483614aa1
parent 381
241f65769a57
child 402
ec95fc95e5f3
equal deleted inserted replaced
387:248296088f2c 388:7ff483614aa1
496 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 496 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
497 // ============================================================================= 497 // =============================================================================
498 void LDBoundingBox::calculate() { 498 void LDBoundingBox::calculate() {
499 reset(); 499 reset();
500 500
501 if (!currentFile()) 501 if (!LDOpenFile::current())
502 return; 502 return;
503 503
504 for (LDObject* obj : currentFile()->objs()) 504 for (LDObject* obj : LDOpenFile::current()->objs())
505 calcObject (obj); 505 calcObject (obj);
506 } 506 }
507 507
508 // ============================================================================= 508 // =============================================================================
509 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 509 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

mercurial