Make View::ZoomToRange() public.

This commit is contained in:
Bartosz Taudul 2022-09-03 16:53:02 +02:00
parent 3207df8236
commit 427dc4fffa
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -113,6 +113,8 @@ public:
ShortenName GetShortenName() const { return m_shortenName; }
void ZoomToRange( int64_t start, int64_t end, bool pause = true );
bool m_showRanges = false;
Range m_statRange;
Range m_waitStackRange;
@ -279,7 +281,6 @@ private:
void ZoomToZone( const ZoneEvent& ev );
void ZoomToZone( const GpuEvent& ev );
void ZoomToRange( int64_t start, int64_t end, bool pause = true );
void ZoomToPrevFrame();
void ZoomToNextFrame();
void CenterAtTime( int64_t t );