Ignore:
Timestamp:
06/16/03 13:45:01 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MFillH.cc

    r2173 r2178  
    501501
    502502    //
    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))
    507508    {
    508509        fCanvas->cd();
Note: See TracChangeset for help on using the changeset viewer.