Changeset 2178 for trunk/MagicSoft/Mars/mhist/MFillH.cc
- Timestamp:
- 06/16/03 13:45:01 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MFillH.cc
r2173 r2178 501 501 502 502 // 503 // Check whether fDisplay has previously been used (fCanvas) 504 // and fDisplay is still open. 505 // 506 if (fCanvas && fDisplay) 503 // Check whether fDisplay has previously been used (fCanvas), 504 // fDisplay is still open and the corresponding Canvas/Tab is 505 // still existing. 506 // 507 if (fDisplay && fDisplay->HasCanvas(fCanvas)) 507 508 { 508 509 fCanvas->cd();
Note:
See TracChangeset
for help on using the changeset viewer.