Changeset 2231 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc


Ignore:
Timestamp:
Oct 25, 2002, 12:45:09 AM (23 years ago)
Author:
ansari
Message:

Implementation de PIHisto2D::DeactivateControlWindow() + Refresh() Widget lors du delete de Drawer - Reza 25/10/2002

File:
1 edited

Legend:

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

    r2217 r2231  
    11601160  it  = mDrwList.find(-k);
    11611161  if (it == mDrwList.end())  return;
     1162  (*it).second->SetAutoRefreshOnDelete(true);
    11621163  delete (*it).second; 
    11631164  mDrwList.erase(it);
Note: See TracChangeset for help on using the changeset viewer.