Changeset 344 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc
- Timestamp:
- Aug 2, 1999, 6:52:49 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.cc
r338 r344 655 655 if (w == NULL) return; 656 656 w->Hide(); 657 bool ownwindow=false; // To Check if this is one of our windows 657 658 WindMList::iterator it; 658 659 for(it = mWList.begin(); it != mWList.end(); it++) 659 if ((*it).second == w) { mWList.erase(it); break; }660 if ((*it).second == w) { mWList.erase(it); ownwindow = true; break; } 660 661 if (w == mGrW) { mGrW = NULL; mGrIdx = -1; } 661 662 if (w == mStW) { mStW = NULL; mStIdx = -1; m[2]->SetSensitivity("StackTools", false); } 662 663 if (w == mCurWin) mCurWin = NULL; 664 665 if (!ownwindow) return; // We do nothing if this is not a window we have created ... 666 663 667 int k; 664 668 PIWdg* cwd;
Note:
See TracChangeset
for help on using the changeset viewer.