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

Bug #28 fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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}
Note: See TracChangeset for help on using the changeset viewer.