Changeset 2118 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc
- Timestamp:
- Jul 19, 2002, 1:30:38 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.cc
r2106 r2118 563 563 pii->SetUserData(NULL, oid); 564 564 565 // decode des options en chaine de caracteres566 pii->DecodeOptionString(mDefaultAtt, false); // d'abord les options par defaut567 pii->DecodeOptionString(opts); // ensuite, les options specifies en argument568 569 565 570 566 // On recalcule la taille de la fenetre si Disp_Win … … 580 576 } 581 577 582 pii->SetImage(nouv, false); 578 pii->SetImage(nouv, true, false); 579 580 // decode des options en chaine de caracteres 581 pii->DecodeOptionString(mDefaultAtt, false); // d'abord les options par defaut 582 pii->DecodeOptionString(opts); // ensuite, les options specifies en argument 583 583 584 584 // printf("!!DBG!! PIImage Pos= %d %d Size= %d %d \n", pii->XPos(), pii->YPos(), pii->XSize(), pii->YSize() ); … … 588 588 mBWId++; 589 589 mBWList[mBWId] = pii; 590 pii->Refresh(); 590 // pii->Refresh(); 591 pii->Apply(); 592 cmapv->Refresh(); 591 593 return(mBWId); 592 594 } … … 1246 1248 else if (token == "inset") rc = Disp_Inset; 1247 1249 else if (token == "stack") rc = Disp_Stack; 1250 else if (token == "next") rc = Disp_Next; 1248 1251 // Option a etre decode par les drawers, etc ... 1249 1252 else opts.push_back(token);
Note:
See TracChangeset
for help on using the changeset viewer.