Changeset 3374 in Sophya for trunk/SophyaPI/PIext/pisiadw.cc
- Timestamp:
- Nov 6, 2007, 12:21:54 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pisiadw.cc
r3366 r3374 72 72 { 73 73 PIWindow::Show(); 74 dap->ObjMgr()->UpdateObjMgrWindow( -1 ); 74 SetUnSensitive(); 75 UpdateList(-1); 75 76 return; 76 77 } … … 96 97 } 97 98 else if (msg >= 30000) { 98 dap->ObjMgr()->UpdateObjMgrWindow(msg-30000);99 UpdateList(msg-30000); 99 100 return; 100 101 } … … 155 156 { 156 157 if (!Visible()) return; 157 if ( (did >0) &&(did != GetCurDirId()) ) return; 158 dap->ObjMgr()->UpdateObjMgrWindow(did); 158 if ( (did >= 0)&&(did != GetCurDirId()) ) return; 159 char buff[48]; 160 sprintf(buff,"UPD %d",did); 161 string cmd = buff; 162 dap->getSOpExObj()->AddOpe(cmd); 159 163 return; 160 164 }
Note:
See TracChangeset
for help on using the changeset viewer.