1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Change resize logic such that TimelineItem instances "don't chase" each other anymore.

This commit is contained in:
Tomaž Vöröš
2022-12-18 20:06:10 +01:00
parent b80ede3ec6
commit db6acfe9b5
2 changed files with 17 additions and 34 deletions
-2
View File
@@ -47,10 +47,8 @@ protected:
private:
void AdjustThreadHeight( bool firstFrame, int oldOffset, int& offset );
float AdjustThreadPosition( float wy, int& offset );
int m_height;
int m_offset;
protected:
View& m_view;