Changeset 2777 in Sophya
- Timestamp:
- May 27, 2005, 5:38:16 PM (20 years ago)
- Location:
- trunk/SophyaPI/PI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/picontainergen.cc
r2776 r2777 144 144 Manage(); 145 145 stvis = true; 146 FinishCreate();146 if (finishDone) FinishCreate(); 147 147 } 148 148 … … 200 200 void PIContainerGen::FinishCreate() 201 201 { 202 if (!stvis) return;203 202 if (stfcr) return; 204 203 PIWdg::FinishCreate(); -
trunk/SophyaPI/PI/picontainerx.cc
r2776 r2777 32 32 // Ici, le probleme est celui de la fonction FinishCreate() 33 33 // 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 35 35 if (finishDone) FinishCreate(); 36 36 }
Note:
See TracChangeset
for help on using the changeset viewer.