Changeset 2651 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc
- Timestamp:
- Feb 18, 2005, 3:09:47 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nobjmgr.cc
r2645 r2651 1311 1311 else wrsid = myImgApp->DispScDrawer( dr, n1, dopt, "", 0, fglock); 1312 1312 } 1313 else if (arr) wrsid = myImgApp->DispImage(arr, n1, dopt, 0, fglock);1313 else if (arr) wrsid = myImgApp->DispImage(arr, n1, dopt, false, 0, fglock); 1314 1314 1315 1315 AddWRsId(nom, wrsid); … … 1318 1318 1319 1319 /* --Methode-- */ 1320 void NamedObjMgr::DisplayImage(string& nom, string dopt )1320 void NamedObjMgr::DisplayImage(string& nom, string dopt, bool fgimagnav) 1321 1321 { 1322 1322 ZSync(*myMutex); … … 1349 1349 1350 1350 int wrsid = 0; 1351 wrsid = myImgApp->DispImage(arr, n1, dopt, 0, fglock);1351 wrsid = myImgApp->DispImage(arr, n1, dopt, fgimagnav, 0, fglock); 1352 1352 1353 1353 AddWRsId(nom, wrsid);
Note:
See TracChangeset
for help on using the changeset viewer.