summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/RowManager.cpp
diff options
context:
space:
mode:
authorMahmoud Badri <mahmoud.badri@qt.io>2019-08-07 14:35:53 +0300
committerMahmoud Badri <mahmoud.badri@qt.io>2019-08-08 09:48:28 +0300
commit40987cdef2196c8c59646e16af52b60e469f81ed (patch)
tree572a4390481b6e272eea65498e3cd290ac0985fa /src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/RowManager.cpp
parent062382bcac16fe0258b57ed94465fc6092fc5c1a (diff)
Separate bezier curve channels
- enable toggling a channel's visibility. - each channel has its own bezier controls. Task-number: QT3DS-3813 Change-Id: I4e0a4ec4b84c0ae570c134fe6ffd430f9ad4daa4 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/RowManager.cpp')
-rw-r--r--src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/RowManager.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/RowManager.cpp b/src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/RowManager.cpp
index 50eff996..6dd0f991 100644
--- a/src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/RowManager.cpp
+++ b/src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/RowManager.cpp
@@ -219,6 +219,9 @@ void RowManager::selectRow(RowTree *row, bool multiSelect)
if (row->locked())
return;
+ if (multiSelect && row->propertyExpanded())
+ return;
+
if (row->isProperty())
row = row->parentRow();