Integrating github/staging through commit 5f214be
This commit is contained in:
@@ -36,7 +36,7 @@ namespace EMotionFX
|
||||
hLayout->addWidget(m_pickButton);
|
||||
|
||||
m_resetButton = new QPushButton(this);
|
||||
EMStudio::EMStudioManager::MakeTransparentButton(m_resetButton, "/Images/Icons/Clear.svg", "Reset selection");
|
||||
EMStudio::EMStudioManager::MakeTransparentButton(m_resetButton, "Images/Icons/Clear.svg", "Reset selection");
|
||||
connect(m_resetButton, &QPushButton::clicked, this, &ActorGoalNodePicker::OnResetClicked);
|
||||
hLayout->addWidget(m_resetButton);
|
||||
|
||||
@@ -196,4 +196,4 @@ namespace EMotionFX
|
||||
}
|
||||
} // namespace EMotionFX
|
||||
|
||||
#include <Source/Editor/PropertyWidgets/moc_ActorGoalNodeHandler.cpp>
|
||||
#include <Source/Editor/PropertyWidgets/moc_ActorGoalNodeHandler.cpp>
|
||||
|
||||
Reference in New Issue
Block a user