Преглед на файлове

Gave Entity Inspector window an object name

Signed-off-by: Chris Galvan <[email protected]>
Chris Galvan преди 3 години
родител
ревизия
41bf4a6d6b
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorMainWindow.cpp

+ 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();