Browse Source

Gave Entity Inspector window an object name

Signed-off-by: Chris Galvan <[email protected]>
Chris Galvan 3 years ago
parent
commit
41bf4a6d6b

+ 1 - 0
Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorMainWindow.cpp

@@ -21,6 +21,7 @@ QComponentEntityEditorInspectorWindow::QComponentEntityEditorInspectorWindow(QWi
     : QMainWindow(parent)
     , m_propertyEditor(nullptr)
 {
+    setObjectName("ComponentEntityInspector");
     gEnv->pSystem->GetISystemEventDispatcher()->RegisterListener(this);
 
     Init();