fix transforms from handler
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
ContextPanel::ContextPanel(QWidget* parent)
|
||||
: QWidget(parent)
|
||||
, m_context(nullptr) {
|
||||
this->setObjectName("ContextPanel");
|
||||
this->setAttribute(Qt::WA_StyledBackground);
|
||||
m_layout = new QVBoxLayout(this);
|
||||
m_layout->setContentsMargins(0, 0, 0, 0);
|
||||
m_layout->setSpacing(0);
|
||||
@@ -88,6 +90,5 @@ void ContextPanel::onSelectionChanged(const QItemSelection& selected, const QIte
|
||||
}
|
||||
|
||||
emit objectSelected(target);
|
||||
|
||||
m_propertiesPanel->setObject(target);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user