Skip to content

Commit b38d67c

Browse files
committed
style(app): clang-format thumbnail rubber band selection
1 parent cbc24b2 commit b38d67c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/app/ThumbnailSequence.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,11 +1290,11 @@ void ThumbnailSequence::Impl::extendSelectionBySceneRect(const QRectF& sceneRect
12901290
return;
12911291
}
12921292

1293-
const bool leaderStillValid = m_selectionLeader && m_selectionLeader->isSelected()
1294-
&& m_selectionLeader->composite
1295-
->mapToScene(m_selectionLeader->composite->boundingRect())
1296-
.boundingRect()
1297-
.intersects(sceneRect);
1293+
const bool leaderStillValid
1294+
= m_selectionLeader && m_selectionLeader->isSelected()
1295+
&& m_selectionLeader->composite->mapToScene(m_selectionLeader->composite->boundingRect())
1296+
.boundingRect()
1297+
.intersects(sceneRect);
12981298

12991299
if (!leaderStillValid) {
13001300
if (m_selectionLeader) {

0 commit comments

Comments
 (0)