diff options
Diffstat (limited to 'src/selectionmode/bottombarcontentscontainer.cpp')
| -rw-r--r-- | src/selectionmode/bottombarcontentscontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selectionmode/bottombarcontentscontainer.cpp b/src/selectionmode/bottombarcontentscontainer.cpp index 124fae682..bb858b871 100644 --- a/src/selectionmode/bottombarcontentscontainer.cpp +++ b/src/selectionmode/bottombarcontentscontainer.cpp @@ -407,7 +407,7 @@ void BottomBarContentsContainer::addPasteContents() m_explanatoryLabel->setWordWrap(true); m_layout->addWidget(m_explanatoryLabel); - auto *vBoxLayout = new QVBoxLayout(this); + auto *vBoxLayout = new QVBoxLayout(); m_layout->addLayout(vBoxLayout); /** We are in "PasteContents" mode which means hiding the bottom bar is impossible. |
