Changeset 5974 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 01/24/05 17:49:27 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r5912 r5974 1610 1610 TVirtualPad *padsav = gPad; 1611 1611 oldc.cd(); 1612 gPad = &oldc; // FIXME: Why is this necessary to make GetDrawOption work?1613 1612 1614 1613 //copy primitives … … 1635 1634 1636 1635 // Add the clone and its draw-option to the current pad 1636 TVirtualPad *save2 = gPad; 1637 gPad = &oldc; // Don't do this before Clone()! 1637 1638 newc.GetListOfPrimitives()->Add(clone, obj->GetDrawOption()); 1639 gPad = save2; 1638 1640 } 1639 1641 newc.Modified();
Note:
See TracChangeset
for help on using the changeset viewer.