summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/RowTree.h
diff options
context:
space:
mode:
authorKaj Grönholm <kaj.gronholm@qt.io>2018-05-04 09:28:47 +0300
committerKaj Grönholm <kaj.gronholm@qt.io>2018-05-04 10:20:17 +0000
commit71389e596f9146fedb6d28459d4b7aa0cbba8e44 (patch)
treefd00db764f4ea53bc7318ec82eab0fb2a795a114 /src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/RowTree.h
parent8a53e7004fc78a590bb55de30039b06231bfc33f (diff)
Fix timeline tree items width
Don't store tree width into each row, use one in scene. Task-number: QT3DS-1546 Change-Id: I9fe06ba309279c3ced78ca3af766d3abb6d47fab Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/RowTree.h')
-rw-r--r--src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/RowTree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/RowTree.h b/src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/RowTree.h
index 7cd7b979..baa0118f 100644
--- a/src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/RowTree.h
+++ b/src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/RowTree.h
@@ -135,7 +135,6 @@ private:
int m_depth = 1;
int m_index = 0;
int m_indexInLayout = 1;
- int m_treeWidth = TimelineConstants::TREE_DEFAULT_W;
bool m_shy = false;
bool m_visible = true;
bool m_locked = false;