Changeset 2762 in Sophya for trunk/SophyaPI/PIext/pisiadw.cc
- Timestamp:
- May 24, 2005, 6:31:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pisiadw.cc
r2615 r2762 76 76 cdir = '/' + cdir; 77 77 dirlist->SetValueStr(cdir); 78 dap->ObjMgr()->UpdateObjMgrWindow( dirlist->GetValue()-30000);78 dap->ObjMgr()->UpdateObjMgrWindow( GetCurDirId() ); 79 79 PIWindow::Show(); 80 80 return; … … 159 159 { 160 160 if (!Visible()) return; 161 if (did != (dirlist->GetValue()-30000) ) return;161 if (did != GetCurDirId() ) return; 162 162 dap->ObjMgr()->UpdateObjMgrWindow(did); 163 163 return;
Note:
See TracChangeset
for help on using the changeset viewer.