Changeset 5974
- Timestamp:
- 01/24/05 17:49:27 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5973 r5974 75 75 * mhflux/MHAlpha.cc: 76 76 - fixed a problem when fitting without off-data 77 78 * mbase/MStatusDisplay.cc: 79 - implemented a further fix in DrawClonePad to make sure 80 that the X-stuff doesn't get confused while still 81 GetDrawOption returns the correct value 77 82 78 83 -
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.