Histogram x axis range changing

Hi,
I recently did a new ROOT install (6.06.00) and I notice the histogram draw behavior seems to have changed to automatically adjust the X axis range to only the region of the histogram that has counts. Is there a way to make it draw with the limits that the histogram is declared with?
thanks
Ken

I should add that I know about SetRangeUser(), just that I would like to retain the previous behavior in my existing code base.
thanks
Ken

Do you have a simple reproducer ?

Sorry, I should have tried a simple example before posting. It was a couple of coincidental changes I made on the new install that was causing my problem…

thanks
Ken