Code/Tools
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -149,7 +149,7 @@ namespace AZ
|
||||
hider->setLayout(layout2);
|
||||
layoutOriginal->addWidget(hider);
|
||||
|
||||
connect(toolButton, &QToolButton::clicked, this, [this, hider, parentWidget, toolButton]
|
||||
connect(toolButton, &QToolButton::clicked, this, [this, hider, toolButton]
|
||||
{
|
||||
m_expanded = !m_expanded;
|
||||
if (m_expanded)
|
||||
|
||||
Reference in New Issue
Block a user