From 0cc879de15eaa84d67022cf422f13b3a9fec48a7 Mon Sep 17 00:00:00 2001 From: fmckenna Date: Wed, 25 Sep 2024 14:09:07 -0700 Subject: [PATCH] fmk - getting rid of error with plotLayout and paddleWidget --- EVENTS/MPM/BoundaryMPM.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EVENTS/MPM/BoundaryMPM.cpp b/EVENTS/MPM/BoundaryMPM.cpp index 4944891..e7196d4 100644 --- a/EVENTS/MPM/BoundaryMPM.cpp +++ b/EVENTS/MPM/BoundaryMPM.cpp @@ -344,7 +344,7 @@ BoundaryMPM::BoundaryMPM(QWidget *parent) paddleWidget = new QWidget(); paddleWidget->setLayout(paddleLayout); // /** - QHBoxLayout * plotLayout = new QHBoxLayout(paddleWidget); + QHBoxLayout * plotLayout = new QHBoxLayout(); QWidget *plotWidget = new QWidget(); plotWidget->setLayout(plotLayout); // **/