Changeset 2762 in Sophya for trunk/SophyaPI/PIext/pisiadw.cc


Ignore:
Timestamp:
May 24, 2005, 6:31:58 PM (20 years ago)
Author:
ansari
Message:

Suite corrections ZSync + correction (probable) du probleme de plantage a la fin lie a imagnav - reste a corriger menu::del_cur_widget - Reza 24/05/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pisiadw.cc

    r2615 r2762  
    7676cdir = '/' + cdir;
    7777dirlist->SetValueStr(cdir);
    78 dap->ObjMgr()->UpdateObjMgrWindow(dirlist->GetValue()-30000);
     78dap->ObjMgr()->UpdateObjMgrWindow( GetCurDirId() );
    7979PIWindow::Show();
    8080return;
     
    159159{
    160160if (!Visible()) return;
    161 if (did != (dirlist->GetValue()-30000) )  return;
     161if (did != GetCurDirId() )  return;
    162162dap->ObjMgr()->UpdateObjMgrWindow(did);
    163163return;
Note: See TracChangeset for help on using the changeset viewer.