Ignore:
Timestamp:
Jan 7, 2014, 1:51:17 PM (10 years ago)
Author:
garnier
Message:

Modification en vue du passage de Parmela. Restauration du fichier Phyl ok

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/userInterface/src/GWt_pspaApplication.cc

    r474 r479  
    129129
    130130 
     131  // FIXME : Have to be move in GWt_accelerator
     132  createAccelerator();
     133
     134  // set auto scrollbar if needed
     135  mainContainerWidget->setOverflow(WContainerWidget::OverflowAuto);
     136}
     137
     138
     139void PspaApplication::createAccelerator() {
    131140  new GWt_accelerator(acceleratorContainerWidget_,dtmanage_);
    132141  new WBreak(acceleratorContainerWidget_);
     
    166175
    167176 
    168   // set auto scrollbar if needed
    169   mainContainerWidget->setOverflow(WContainerWidget::OverflowAuto);
    170177}
    171178
     
    321328  // In the futur, we should be able to have lot of accelerator at the same time and each with ONE datamanager
    322329  acceleratorContainerWidget_->clear();
    323   new GWt_accelerator(acceleratorContainerWidget_,dtmanage_);
     330  createAccelerator();
    324331
    325332  globalParam_->renew();
    326333  //sectorParam_->renew();
    327   console_->addConsoleMessage(string("restauration terminee \n"));
     334  console_->addConsoleMessage(WString("restauration terminee \n"));
    328335}
    329336
Note: See TracChangeset for help on using the changeset viewer.