Changeset 2777 in Sophya


Ignore:
Timestamp:
May 27, 2005, 5:38:16 PM (20 years ago)
Author:
ansari
Message:

Suite Tentative de correction d'appel au mauvais FinishCreate() - Reza 27/5/2005

Location:
trunk/SophyaPI/PI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/picontainergen.cc

    r2776 r2777  
    144144Manage();
    145145stvis = true;
    146 FinishCreate();
     146if (finishDone) FinishCreate();
    147147}
    148148
     
    200200void PIContainerGen::FinishCreate()
    201201{
    202 if (!stvis) return;
    203202if (stfcr)  return;
    204203PIWdg::FinishCreate();   
  • trunk/SophyaPI/PI/picontainerx.cc

    r2776 r2777  
    3232// Ici, le probleme est celui de la fonction FinishCreate()
    3333// Pour gerer le probleme de l'appel a FinishCreate()
    34 // lorsque celui du parent est deja appele 
     34// lorsque celui du parent est deja appele
    3535if (finishDone)  FinishCreate();
    3636}
Note: See TracChangeset for help on using the changeset viewer.