adopted unzoom to "improvement" r33665 in root-5.27.04 also for difference Fourier. Fixed unzoom bug in musrt0 (MUSR-77)

This commit is contained in:
nemu
2010-09-15 12:21:37 +00:00
parent 12511fe662
commit 36d6455783
2 changed files with 34 additions and 0 deletions

View File

@ -1108,6 +1108,7 @@ void PMusrT0::SetBkgLastChannel()
void PMusrT0::UnZoom()
{
fHisto->GetXaxis()->UnZoom();
fHisto->GetYaxis()->UnZoom();
fMainCanvas->Modified(); // needed that Update is actually working
fMainCanvas->Update();