Changeset 311 in PSPA


Ignore:
Timestamp:
Feb 5, 2013, 12:18:48 PM (11 years ago)
Author:
garnier
Message:

Bug #28 fixed

Location:
Interface_Web/trunk/pspaWT
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/History

    r310 r311  
    1010- Correction d'un bug introduit dans la derniere revision #28
    1111- Quelques renommages
     12- GWt_abstractElement.cc : Bug du cas test qui ne marchais plus corrigé
    1213
    13144 Février 2013 Laurent Garnier
  • Interface_Web/trunk/pspaWT/sources/userInterface/src/GWt_abstractElement.cc

    r310 r311  
    138138    initilializeDialog();
    139139    updateLabelAndToolTipWidget();
     140
     141// update parameters
     142    GWt_LigneFaisceau* ligneFaisceau = NULL;
     143    if ( static_cast<GWt_LigneFaisceau*> (wApp->findWidget ("ligneFaisceau"))) {
     144        ligneFaisceau = static_cast<GWt_LigneFaisceau*> (wApp->findWidget ("ligneFaisceau"));
     145        ligneFaisceau->update();
     146    }
    140147}
  • Interface_Web/trunk/pspaWT/sources/userInterface/src/GWt_pspaApplication.cc

    r305 r311  
    419419        GWt_globalParameters* bibi = static_cast<GWt_globalParameters*>(globalParam_);
    420420        bibi->renew();
    421        
    422         GWt_LigneFaisceau* bobo = static_cast<GWt_LigneFaisceau*>(beamLine_);
    423 //        bobo->restoreElementCollectionFromDataManager();
    424        
     421               
    425422        console_->addConsoleMessage(string("...terminee"));
    426423        message->show();
Note: See TracChangeset for help on using the changeset viewer.